[MIRROR] ss atoms update (#10736)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-25 08:18:14 +02:00
committed by GitHub
co-authored by Kashargul
parent 84fad52804
commit 6169daa735
54 changed files with 435 additions and 247 deletions
@@ -12,12 +12,14 @@ GLOBAL_LIST_EMPTY(simple_portals)
var/teleport_sound = 'sound/effects/portal_effect.ogg'
/obj/effect/simple_portal/Initialize(mapload)
..()
. = ..()
GLOB.simple_portals += src
/obj/effect/simple_portal/linked/Initialize(mapload)
..()
return INITIALIZE_HINT_LATELOAD
/obj/effect/simple_portal/linked/LateInitialize()
. = ..()
if(portal_id)
link_portal()