v0.3.4: externalized painter and trap strings
This commit is contained in:
committed by
Evan Debenham
parent
e7934c838f
commit
df293c01e8
@@ -43,7 +43,6 @@ import java.util.ArrayList;
|
||||
public class WarpingTrap extends Trap {
|
||||
|
||||
{
|
||||
name = "Warping trap";
|
||||
color = TrapSprite.TEAL;
|
||||
shape = TrapSprite.STARS;
|
||||
}
|
||||
@@ -93,9 +92,4 @@ public class WarpingTrap extends Trap {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "Whatever triggers this trap will be warped to some other location in the dungeon.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user