[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 14:10:59 -07:00
committed by GitHub
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions

View File

@@ -92,9 +92,9 @@ var/list/spawntypes = list()
name = "JoinLateShuttle"
delete_me = 1
/obj/effect/landmark/arrivals/New()
/obj/effect/landmark/arrivals/Initialize(mapload)
latejoin += loc
..()
. = ..()
var/global/list/latejoin_tram = list()
@@ -102,9 +102,9 @@ var/global/list/latejoin_tram = list()
name = "JoinLateTram"
delete_me = 1
/obj/effect/landmark/tram/New()
/obj/effect/landmark/tram/Initialize(mapload)
latejoin_tram += loc // There's no tram but you know whatever man!
..()
. = ..()
/datum/spawnpoint/tram
display_name = "Tram Station"