From 7b11cf5a081f6196d7f6ac3270fabe7a54db8fd0 Mon Sep 17 00:00:00 2001 From: XeonMations Date: Wed, 11 Sep 2024 10:14:54 +0300 Subject: [PATCH] CI my beloved --- code/datums/components/irradiated.dm | 2 +- code/game/machinery/computer/dna_console.dm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/datums/components/irradiated.dm b/code/datums/components/irradiated.dm index 682ffe9348067..27b9938915ef2 100644 --- a/code/datums/components/irradiated.dm +++ b/code/datums/components/irradiated.dm @@ -50,7 +50,7 @@ /datum/component/irradiated/RegisterWithParent() RegisterSignal(parent, COMSIG_COMPONENT_CLEAN_ACT, PROC_REF(on_clean)) - RegisterSignal(parent, COMSIG_GEIGER_COUNTER_SCAN, PROC_REF(geiger_counter_scan)) + RegisterSignal(parent, COMSIG_GEIGER_COUNTER_SCAN, PROC_REF(on_geiger_counter_scan)) /datum/component/irradiated/UnregisterFromParent() UnregisterSignal(parent, list( diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index 8f1bae1ba0964..ba0ed72eff10d 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -2184,6 +2184,9 @@ #undef GENETIC_DAMAGE_IRGENETIC_DAMAGE_MULTIPLIER +#undef GENETIC_DAMAGE_PULSE_UNIQUE_IDENTITY +#undef GENETIC_DAMAGE_PULSE_UNIQUE_FEATURES + #undef STATUS_TRANSFORMING #undef SEARCH_OCCUPANT