v0.3.1: fixed a typo in poison trap
This commit is contained in:
parent
d3ea235f61
commit
958c8a22fa
|
@ -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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user