Merge pull request #6992 from Citadel-Station-13/upstream-merge-38220

[MIRROR] Fixes pocket items being deleted when monkeyizing
This commit is contained in:
LetterJay
2018-06-03 16:19:36 -05:00
committed by GitHub
9 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
// Remove and recycle the equipped items
if(eat_victim_items)
for(var/obj/item/I in L.get_equipped_items())
for(var/obj/item/I in L.get_equipped_items(TRUE))
if(L.dropItemToGround(I))
eat(I, sound=FALSE)