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