v0.3.4a: fixed a NO TEXT FOUND in hourglass

This commit is contained in:
Evan Debenham 2016-02-12 19:51:45 -05:00 committed by Evan Debenham
parent b110c0db8c
commit eff030d9af

View File

@ -83,14 +83,14 @@ public class TimekeepersHourglass extends Artifact {
@Override @Override
protected void onSelect(int index) { protected void onSelect(int index) {
if (index == 0) { if (index == 0) {
GLog.i( Messages.get(this, "onstasis") ); GLog.i( Messages.get(TimekeepersHourglass.class, "onstasis") );
GameScene.flash(0xFFFFFF); GameScene.flash(0xFFFFFF);
Sample.INSTANCE.play(Assets.SND_TELEPORT); Sample.INSTANCE.play(Assets.SND_TELEPORT);
activeBuff = new timeStasis(); activeBuff = new timeStasis();
activeBuff.attachTo(Dungeon.hero); activeBuff.attachTo(Dungeon.hero);
} else if (index == 1) { } else if (index == 1) {
GLog.i( Messages.get(this, "onfreeze") ); GLog.i( Messages.get(TimekeepersHourglass.class, "onfreeze") );
GameScene.flash(0xFFFFFF); GameScene.flash(0xFFFFFF);
Sample.INSTANCE.play(Assets.SND_TELEPORT); Sample.INSTANCE.play(Assets.SND_TELEPORT);