mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds a new spawnpoint to spacefarers, the fuel depot. (#8850)
This commit is contained in:
@@ -32,3 +32,12 @@
|
||||
/datum/spawnpoint/plainspath/New()
|
||||
..()
|
||||
turfs = GLOB.latejoin_plainspath
|
||||
|
||||
/datum/spawnpoint/fueldepot
|
||||
display_name = "Fuel Depot"
|
||||
msg = "woke up in the fuel depot"
|
||||
restrict_job = list(JOB_OUTSIDER)
|
||||
|
||||
/datum/spawnpoint/fueldepot/New()
|
||||
..()
|
||||
turfs = GLOB.latejoin_fueldepot
|
||||
|
||||
Reference in New Issue
Block a user