v0.3.5: polish on the warrior's seal

This commit is contained in:
Evan Debenham
2016-04-15 11:13:52 -04:00
parent 0e4c0b6499
commit e883272242
6 changed files with 33 additions and 22 deletions
@@ -61,7 +61,7 @@ public class BrokenSeal extends Item {
GLog.p(Messages.get(BrokenSeal.class, "affix"));
Dungeon.hero.sprite.operate(Dungeon.hero.pos);
Sample.INSTANCE.play(Assets.SND_UNLOCK);
armor.affixSigil((BrokenSeal)curItem);
armor.affixSeal((BrokenSeal)curItem);
curItem.detach(Dungeon.hero.belongings.backpack);
}
}