Fixes item-contained prey not un-muffling

This commit is contained in:
Verkister
2021-01-28 18:50:16 +02:00
committed by GitHub
parent f69a2ed6de
commit 1f4bf2bf3e
+4
View File
@@ -289,6 +289,10 @@
//Place them into our drop_location
M.forceMove(drop_location())
for(var/mob/living/L in M.contents)
L.muffled = 0
for(var/obj/item/weapon/holder/H in M.contents)
H.held_mob.muffled = 0
items_preserved -= M