Skip to content

Commit

Permalink
v0.6.3: fixed thieves not losing items when dropping loot
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Feb 18, 2018
1 parent ac748a9 commit da1b816
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void rollToDropLoot() {
Dungeon.level.drop( item, pos ).sprite.drop();
//updates position
if (item instanceof Honeypot.ShatteredPot) ((Honeypot.ShatteredPot)item).setHolder( this );
item = null;
}
super.rollToDropLoot();
}
Expand Down

0 comments on commit da1b816

Please sign in to comment.