v0.3.1: fixed a typo in poison trap

This commit is contained in:
Evan Debenham 2015-06-30 15:44:52 -04:00
parent d3ea235f61
commit 958c8a22fa

View File

@ -52,6 +52,6 @@ public class PoisonTrap extends Trap{
@Override
public String desc() {
return "A small dart-blower must be hidden nearby, activating this trap will cause it to shoot a pointed dart at you.";
return "A small dart-blower must be hidden nearby, activating this trap will cause it to shoot a poisoned dart at you.";
}
}