v0.3.4: externalized painter and trap strings
This commit is contained in:
committed by
Evan Debenham
parent
e7934c838f
commit
df293c01e8
@@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user