Fixes pocket items being deleted when monkeyizing (#38220)

This commit is contained in:
ShizCalev
2018-06-02 17:04:26 -04:00
committed by letterjay
parent 5bf3bd761d
commit 67841c3f19
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)