[MIRROR] ss atoms update (#10736)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-24 23:18:14 -07:00
committed by GitHub
parent 84fad52804
commit 6169daa735
54 changed files with 435 additions and 247 deletions

View File

@@ -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()