From 32e15d26d4792afdb8fb0fc9d399635b8176fbff Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:21:12 -0600 Subject: [PATCH] fixes a bogus runtime (#24431) --- code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm b/code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm index b56ff367786..b204d27f041 100644 --- a/code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm +++ b/code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm @@ -379,7 +379,7 @@ current_power = new_power current_cable = null forceMove(current_power) // we go inside the machine - RegisterSignal(current_power, COMSIG_ATOM_EMP_ACT, PROC_REF(handle_emp)) + RegisterSignal(current_power, COMSIG_ATOM_EMP_ACT, PROC_REF(handle_emp), TRUE) playsound(src, 'sound/effects/eleczap.ogg', 15, TRUE) do_sparks(rand(2, 4), FALSE, src) if(isapc(current_power))