v0.6.3a: fixed rare crashes caused by ambitious imp quest reward

This commit is contained in:
Evan Debenham 2018-02-19 14:43:28 -05:00
parent 8d09f897a5
commit 27e0f5843b

View File

@ -71,6 +71,7 @@ public class WndImp extends Window {
hide();
tokens.detachAll( Dungeon.hero.belongings.backpack );
if (reward == null) return;
reward.identify();
if (reward.doPickUp( Dungeon.hero )) {