v0.3.0c: added a description to traps

This commit is contained in:
Evan Debenham 2015-06-07 03:26:13 -04:00
parent 8eb3186018
commit 72788624e7

View File

@ -74,6 +74,6 @@ public abstract class Trap implements Bundlable {
}
public String desc() {
return "";
return "Stepping onto a hidden pressure plate will activate the trap.";
}
}