From c7c32895793757d2e8af3ddefd54aba9e4230018 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 20 Jan 2021 04:56:57 -0500 Subject: [PATCH] Makes emaging make cloners malfunction (#15286) --- code/game/machinery/cloning.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index aad316726ac..f00dc6311e9 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -439,9 +439,7 @@ GLOBAL_LIST_INIT(cloner_biomass_items, list(\ anchored = TRUE /obj/machinery/clonepod/emag_act(user) - if(isnull(occupant)) - return - go_out() + malfunction() /obj/machinery/clonepod/proc/update_clone_antag(var/mob/living/carbon/human/H) // Check to see if the clone's mind is an antagonist of any kind and handle them accordingly to make sure they get their spells, HUD/whatever else back.