From 28bb59af57ae7f1da9431e31d40a6f307d5c548a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 20 Mar 2015 14:41:31 -0400 Subject: [PATCH] v0.2.4d: corrected a description inconsistency with the fetid rat --- .../shatteredpixeldungeon/actors/mobs/npcs/Ghost.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java index e520d8c30..2de16f628 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java @@ -423,7 +423,7 @@ public class Ghost extends NPC { public String description() { return "Something is clearly wrong with this rat. Its greasy black fur and rotting skin are very " + - "different from the healthy rats you've seen previously. It's blood red eyes " + + "different from the healthy rats you've seen previously. It's pale green eyes " + "make it seem especially menacing.\n\n" + "The rat carries a cloud of horrible stench with it, it's overpoweringly strong up close.\n\n" + "Dark ooze dribbles from the rat's mouth, it eats through the floor but seems to dissolve in water.";