Skip to content

Commit

Permalink
CI my beloved
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 11, 2024
1 parent c8b3e10 commit 7b11cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/irradiated.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 3 additions & 0 deletions code/game/machinery/computer/dna_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b11cf5

Please sign in to comment.