From 2e0a740bf539ab7653bb109e4273fb4e86c4592c Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 22 Feb 2022 16:41:34 -0500 Subject: [PATCH] Also unabsorb --- code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm index 6ee61ab0941..1d6d24d4903 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm @@ -324,6 +324,7 @@ prey_body = prey prey_body.forceMove(get_turf(parent_morph)) prey_body.muffled = FALSE + prey_body.absorbed = FALSE absorbed = TRUE ckey = prey_ckey prey_body.ckey = parent_morph.original_ckey