mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Updated SSAtoms to TG's version (#18032)
* emperor protects * sdfas * sadf * sdf
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
if(!current_map.use_overmap)
|
||||
return ..()
|
||||
|
||||
if(flags_1 & INITIALIZED_1)
|
||||
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
||||
flags_1 |= INITIALIZED_1
|
||||
|
||||
var/turf/T = get_turf(src)
|
||||
var/obj/effect/overmap/visitable/V = map_sectors["[T.z]"]
|
||||
if(istype(V) && V.comms_support)
|
||||
@@ -38,7 +42,6 @@
|
||||
if(use_common)
|
||||
channels += list(CHANNEL_COMMON = TRUE)
|
||||
|
||||
initialized = TRUE
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
|
||||
/obj/item/device/encryptionkey/ship/common
|
||||
|
||||
@@ -452,9 +452,12 @@ pixel_x = 8;
|
||||
/obj/item/device/radio/intercom/broadcasting/Initialize()
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
|
||||
if(flags_1 & INITIALIZED_1)
|
||||
stack_trace("Warning: [src]([type]) initialized multiple times!")
|
||||
flags_1 |= INITIALIZED_1
|
||||
|
||||
set_broadcasting(TRUE)
|
||||
|
||||
initialized = TRUE
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
|
||||
/obj/item/device/radio/intercom/locked
|
||||
|
||||
Reference in New Issue
Block a user