Merge pull request #8443 from deathride58/stripfix

Item stripping no longer gets interrupted by changes in your actively held item
This commit is contained in:
kevinz000
2019-05-27 14:08:04 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
@@ -260,7 +260,7 @@
else
return
if(do_mob(usr, src, POCKET_STRIP_DELAY/delay_denominator)) //placing an item into the pocket is 4 times faster
if(do_mob(usr, src, POCKET_STRIP_DELAY/delay_denominator, ignorehelditem = TRUE)) //placing an item into the pocket is 4 times faster
if(pocket_item)
if(pocket_item == (pocket_id == SLOT_R_STORE ? r_store : l_store)) //item still in the pocket we search
dropItemToGround(pocket_item)