v0.2.3: fixed a typo when caustic ooze is applied

This commit is contained in:
Evan Debenham
2014-12-26 17:32:14 -05:00
parent 4695f8d3c5
commit 6b1cd9cb72
@@ -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) {