mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] ss atoms update (#10736)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
84fad52804
commit
6169daa735
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user