mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Remove elevator spawn point
This commit is contained in:
@@ -37,7 +37,7 @@ var/list/spawntypes = list()
|
||||
/datum/spawnpoint/gateway/New()
|
||||
..()
|
||||
turfs = latejoin_gateway
|
||||
|
||||
/* VOREStation Edit
|
||||
/datum/spawnpoint/elevator
|
||||
display_name = "Elevator"
|
||||
msg = "has arrived from the residential district"
|
||||
@@ -45,7 +45,7 @@ var/list/spawntypes = list()
|
||||
/datum/spawnpoint/elevator/New()
|
||||
..()
|
||||
turfs = latejoin_elevator
|
||||
|
||||
*/
|
||||
/datum/spawnpoint/cryo
|
||||
display_name = "Cryogenic Storage"
|
||||
msg = "has completed cryogenic revival"
|
||||
|
||||
Reference in New Issue
Block a user