mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Shadekin dark spawn (#10576)
This commit is contained in:
@@ -6,3 +6,4 @@ GLOBAL_LIST_EMPTY(latejoin_gatewaystation)
|
||||
GLOBAL_LIST_EMPTY(latejoin_plainspath)
|
||||
GLOBAL_LIST_EMPTY(latejoin_fueldepot)
|
||||
GLOBAL_LIST_EMPTY(latejoin_tyrvillage)
|
||||
GLOBAL_LIST_EMPTY(latejoin_thedark)
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
..()
|
||||
turfs = GLOB.latejoin_gatewaystation
|
||||
|
||||
/obj/effect/landmark/stationgateway
|
||||
name = "JoinLateStationGateway"
|
||||
|
||||
/datum/spawnpoint/plainspath
|
||||
display_name = "Sif plains"
|
||||
msg = "has checked in at the plains gate"
|
||||
@@ -16,6 +19,9 @@
|
||||
..()
|
||||
turfs = GLOB.latejoin_plainspath
|
||||
|
||||
/obj/effect/landmark/plainspath
|
||||
name = "JoinLateSifPlains"
|
||||
|
||||
/datum/spawnpoint/fueldepot
|
||||
display_name = "Fuel Depot"
|
||||
msg = "woke up in the fuel depot"
|
||||
@@ -25,6 +31,9 @@
|
||||
..()
|
||||
turfs = GLOB.latejoin_fueldepot
|
||||
|
||||
/obj/effect/landmark/fueldepot
|
||||
name = "JoinLateFuelDepot"
|
||||
|
||||
/datum/spawnpoint/tyrspawn
|
||||
display_name = "Tyr Wreckage"
|
||||
msg = "woke up in a ruined shuttle"
|
||||
@@ -33,3 +42,18 @@
|
||||
/datum/spawnpoint/tyrspawn/New()
|
||||
..()
|
||||
turfs = GLOB.latejoin_tyrvillage
|
||||
|
||||
/obj/effect/landmark/tyrspawn
|
||||
name = "JoinLateTyrVillage"
|
||||
|
||||
/datum/spawnpoint/darkspawn
|
||||
display_name = "The Dark"
|
||||
msg = "phased into the dark"
|
||||
restrict_job = list(JOB_ANOMALY)
|
||||
|
||||
/datum/spawnpoint/darkspawn/New()
|
||||
..()
|
||||
turfs = GLOB.latejoin_thedark
|
||||
|
||||
/obj/effect/landmark/darkspawn
|
||||
name = "JoinLateTheDark"
|
||||
|
||||
Reference in New Issue
Block a user