From e7934c838f5142bf291afba891cb2bdf01d8f32f Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 30 Dec 2015 00:07:31 -0500 Subject: [PATCH] v0.3.4: corrected a few leftover mob names --- .../shatteredpixeldungeon/actors/mobs/Statue.java | 1 - .../shatteredpixeldungeon/actors/mobs/Thief.java | 4 ---- .../shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.java | 1 - 3 files changed, 6 deletions(-) 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;