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
@@ -151,7 +151,7 @@
r_hand = /obj/item/twohanded/fireaxe
/datum/outfit/psycho/post_equip(mob/living/carbon/human/H)
for(var/obj/item/carried_item in H.get_equipped_items())
for(var/obj/item/carried_item in H.get_equipped_items(TRUE))
carried_item.add_mob_blood(H)//Oh yes, there will be blood...
for(var/obj/item/I in H.held_items)
I.add_mob_blood(H)