v0.2.4d: fixed a duplication glitch with quickslotted weapons being removed by dwarf monks
This commit is contained in:
parent
d5fecdc717
commit
ff87c975c9
|
@ -92,6 +92,7 @@ public class Monk extends Mob {
|
|||
|
||||
if (weapon != null && !(weapon instanceof Knuckles) && !weapon.cursed) {
|
||||
hero.belongings.weapon = null;
|
||||
Dungeon.quickslot.clearItem( weapon );
|
||||
Dungeon.level.drop( weapon, hero.pos ).sprite.drop();
|
||||
GLog.w( TXT_DISARM, name, weapon.name() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user