v0.7.0: alchemy now checks for recipes when items are removed.

This commit is contained in:
Evan Debenham 2018-06-08 15:14:43 -04:00
parent f8b01033ee
commit bb9bc27dc2

View File

@ -98,6 +98,7 @@ public class WndAlchemy extends Window {
}
item = null;
slot.item(new WndBag.Placeholder(ItemSpriteSheet.SOMETHING));
updateState();
}
GameScene.selectItem(itemSelector, WndBag.Mode.ALCHEMY, Messages.get(WndAlchemy.class, "select"));
}