v0.3.1: fixed a typo in poison trap
This commit is contained in:
@@ -52,6 +52,6 @@ public class PoisonTrap extends Trap{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String desc() {
|
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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user