mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Signals update to power_change() (#21421)
As title. Makes area/power_change() and area on_enter/on_exit procs both rely on signals for machinery handling where they draw power from.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/machinery/keycard_auth/LateInitialize()
|
||||
. = ..()
|
||||
if(SSatlas.current_map.use_overmap && !linked)
|
||||
var/my_sector = GLOB.map_sectors["[z]"]
|
||||
if (istype(my_sector, /obj/effect/overmap/visitable))
|
||||
|
||||
Reference in New Issue
Block a user