From 396028e9a18761fe4371c21839b61ba5fc0fe3d9 Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 29 Jan 2021 00:22:41 +0200 Subject: [PATCH] percussive maintenance? --- code/modules/vore/eating/belly_obj_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index 8032e7707b..e5d11bc42b 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -287,13 +287,14 @@ if (!(M in contents)) return 0 // They weren't in this belly anyway - //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 + //Place them into our drop_location + M.forceMove(drop_location()) + items_preserved -= M //Special treatment for absorbed prey