mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Adds a new spawnpoint to spacefarers, the fuel depot. (#8850)
This commit is contained in:
@@ -4,6 +4,7 @@ GLOBAL_LIST_INIT(shell_module_blacklist, list(
|
||||
))
|
||||
GLOBAL_LIST_EMPTY(latejoin_gatewaystation)
|
||||
GLOBAL_LIST_EMPTY(latejoin_plainspath)
|
||||
GLOBAL_LIST_EMPTY(latejoin_fueldepot)
|
||||
|
||||
var/list/talk_sound_map = rlist(
|
||||
list(
|
||||
|
||||
@@ -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