v0.3.4: corrected some string display errors
This commit is contained in:
committed by
Evan Debenham
parent
615ea7c0e3
commit
ff31a1f303
+1
-1
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user