mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 21:23:58 +01:00
[MIRROR] fixes some bad spawn handling (#12554)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
744ea0edbc
commit
0362e441ad
@@ -89,17 +89,15 @@ GLOBAL_LIST_INIT(spawntypes, populate_spawn_points())
|
||||
|
||||
/obj/effect/landmark/arrivals
|
||||
name = "JoinLateShuttle"
|
||||
delete_me = 1
|
||||
delete_me = TRUE
|
||||
|
||||
/obj/effect/landmark/arrivals/Initialize(mapload)
|
||||
GLOB.latejoin += loc
|
||||
. = ..()
|
||||
|
||||
GLOBAL_LIST_EMPTY(latejoin_tram)
|
||||
|
||||
/obj/effect/landmark/tram
|
||||
name = "JoinLateTram"
|
||||
delete_me = 1
|
||||
delete_me = TRUE
|
||||
|
||||
/obj/effect/landmark/tram/Initialize(mapload)
|
||||
GLOB.latejoin_tram += loc // There's no tram but you know whatever man!
|
||||
|
||||
Reference in New Issue
Block a user