diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index ba18d4e91..c1450d828 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -1168,7 +1168,7 @@ public class Hero extends Char { GLog.w( "You are poisoned!" ); interrupt(); } else if (buff instanceof Ooze) { - GLog.w( "Caustic ooze eats your flesh. Wash away it!" ); + GLog.w( "Caustic ooze eats your flesh. Wash it away!" ); } else if (buff instanceof Roots) { GLog.w( "You can't move!" ); } else if (buff instanceof Weakness) {