[MIRROR] bunch of runtimes (#12664)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-11 16:16:28 -04:00
committed by GitHub
co-authored by Kashargul Cameron Lennox
parent dcba169643
commit a6988fa698
12 changed files with 68 additions and 54 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
RegisterSignal(user, COMSIG_IN_RANGE_OF_IRRADIATION, PROC_REF(on_pre_potential_irradiation))
/obj/item/geiger/dropped(mob/user, silent = FALSE)
/obj/item/geiger/dropped(mob/user)
. = ..()
UnregisterSignal(user, COMSIG_IN_RANGE_OF_IRRADIATION)
@@ -1,4 +1,4 @@
GLOBAL_DATUM_INIT(default_uplink_selection, /datum/uplink_random_selection, new)
GLOBAL_DATUM_INIT(default_uplink_selection, /datum/uplink_random_selection/default, new)
GLOBAL_DATUM_INIT(all_uplink_selection, /datum/uplink_random_selection/all, new)
/datum/uplink_random_item