Updated SSAtoms to TG's version (#18032)

* emperor protects

* sdfas

* sadf

* sdf
This commit is contained in:
Fluffy
2023-12-25 20:38:08 +00:00
committed by GitHub
parent 472d379ad7
commit a02be9f1fd
42 changed files with 495 additions and 281 deletions
@@ -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