v0.3.4: corrected some string display errors

This commit is contained in:
Evan Debenham
2016-01-07 01:59:50 -05:00
committed by Evan Debenham
parent 615ea7c0e3
commit ff31a1f303
6 changed files with 9 additions and 9 deletions
@@ -38,7 +38,7 @@ public class PotionOfInvisibility extends Potion {
public void apply( Hero hero ) {
setKnown();
Buff.affect( hero, Invisibility.class, Invisibility.DURATION );
GLog.i( Messages.get(this, "invisble") );
GLog.i( Messages.get(this, "invisible") );
Sample.INSTANCE.play( Assets.SND_MELD );
}