From 2fe9e2327fc99c666f3ef0399df89d03dca66fbc Mon Sep 17 00:00:00 2001 From: TheGreatKitsune Date: Sun, 7 Aug 2022 19:18:43 -0500 Subject: [PATCH] Attempt to fix bugs. --- code/modules/vore/eating/vorepanel_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index a67d71fe10..5775dffdcb 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -832,7 +832,8 @@ body_backup.key = T.key body_backup.teleop = null T.body_backup = null - host.vore_selected.release_specific_contents(T) + host.vore_selected.release_specific_contents(T, TRUE) + T.update_icon() announce_ghost_joinleave(T.mind, 0, "They now occupy their body again.") if(istype(target,/obj/item/device/mmi)) // A good bit of repeated code, sure, but... cleanest way to do this. var/obj/item/device/mmi/MMI = target