From 9fe126e53e37a63dd6bf32dd6e994d1c795f7073 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 13 Oct 2019 03:18:58 -0500 Subject: [PATCH] swhat I gets for not compiling a 'ohwait' check --- code/modules/vore/eating/belly_obj_vr.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index 87523116c8c..227e29f822e 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -248,13 +248,15 @@ //Place them into our drop_location M.forceMove(drop_location()) - M.stop_sound_channel(CHANNEL_PREYLOOP) //Stop the internal loop, it'll restart if the isbelly check on next tick anyway + items_preserved -= M //Special treatment for absorbed prey - if(istype(M,/mob/living)) + if(isliving(M)) var/mob/living/ML = M var/mob/living/OW = owner + if(ML.client) + ML.stop_sound_channel(CHANNEL_PREYLOOP) //Stop the internal loop, it'll restart if the isbelly check on next tick anyway if(ML.muffled) ML.muffled = 0 if(ML.absorbed)