v0.3.4: externalized painter and trap strings

This commit is contained in:
Evan Debenham
2015-12-30 04:41:18 -05:00
committed by Evan Debenham
parent e7934c838f
commit df293c01e8
36 changed files with 122 additions and 262 deletions
@@ -34,7 +34,6 @@ import com.watabou.utils.Random;
public class GrippingTrap extends Trap {
{
name = "Gripping trap";
color = TrapSprite.GREY;
shape = TrapSprite.CROSSHAIR;
}
@@ -55,10 +54,4 @@ public class GrippingTrap extends Trap {
}
}
@Override
public String desc() {
return "Triggering this trap will send barbed claws along the ground, " +
"damaging the victims feet and rooting them in place.";
}
}