diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java index 9e6744583..5ecc2022a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Statue.java @@ -42,7 +42,6 @@ import com.watabou.utils.Random; public class Statue extends Mob { { - name = "animated statue"; spriteClass = StatueSprite.class; EXP = 0; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java index d48ac28e5..d2d2d3742 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Thief.java @@ -41,14 +41,10 @@ import com.watabou.utils.Bundle; import com.watabou.utils.Random; public class Thief extends Mob { - - protected static final String TXT_STOLE = "%s stole %s from you!"; - protected static final String TXT_CARRIES = "\n\n%s is carrying a _%s_. Stolen obviously."; public Item item; { - name = "crazy thief"; spriteClass = ThiefSprite.class; HP = HT = 20; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java index 7ba528c17..b248cd682 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java @@ -298,7 +298,6 @@ public class Yog extends Mob { public static class BurningFist extends Mob { { - name = "burning fist"; spriteClass = BurningFistSprite.class; HP = HT = 200;