Skip to content

Commit

Permalink
Update cloning.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Uristthedorf committed Jul 2, 2024
1 parent b18c5aa commit f47dc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monkestation/code/game/machinery/computer/cloning.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f47dc21

Please sign in to comment.