From f47dc21268aded6f3db9234e7bfbce107a6c3c5e Mon Sep 17 00:00:00 2001 From: Uristthedorf <40842973+Uristthedorf@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:42:36 -0700 Subject: [PATCH] Update cloning.dm --- monkestation/code/game/machinery/computer/cloning.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/monkestation/code/game/machinery/computer/cloning.dm b/monkestation/code/game/machinery/computer/cloning.dm index 3dcd237a4b90..fcd93b7712f6 100644 --- a/monkestation/code/game/machinery/computer/cloning.dm +++ b/monkestation/code/game/machinery/computer/cloning.dm @@ -36,6 +36,7 @@ /obj/machinery/computer/cloning/Initialize() . = ..() updatemodules(TRUE) + AddElement(/datum/element/empprotection, EMP_PROTECT_SELF) // So when an experimental cloner gets emped, it's cloning console doesn't break nullifying the threat. /obj/machinery/computer/cloning/Destroy() if(pods)