v0.7.0: alchemy now checks for recipes when items are removed.
This commit is contained in:
parent
f8b01033ee
commit
bb9bc27dc2
|
@ -98,6 +98,7 @@ public class WndAlchemy extends Window {
|
||||||
}
|
}
|
||||||
item = null;
|
item = null;
|
||||||
slot.item(new WndBag.Placeholder(ItemSpriteSheet.SOMETHING));
|
slot.item(new WndBag.Placeholder(ItemSpriteSheet.SOMETHING));
|
||||||
|
updateState();
|
||||||
}
|
}
|
||||||
GameScene.selectItem(itemSelector, WndBag.Mode.ALCHEMY, Messages.get(WndAlchemy.class, "select"));
|
GameScene.selectItem(itemSelector, WndBag.Mode.ALCHEMY, Messages.get(WndAlchemy.class, "select"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user