mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
/datum/spawnpoint/stationgateway
|
|
display_name = "Station gateway"
|
|
msg = "has completed translation from station gateway"
|
|
|
|
/datum/spawnpoint/stationgateway/New()
|
|
..()
|
|
turfs = latejoin_gatewaystation
|
|
|
|
/datum/spawnpoint/vore
|
|
display_name = "Vore Belly"
|
|
msg = "has arrived to the station via unknown means"
|
|
|
|
/datum/spawnpoint/vore/New()
|
|
..()
|
|
turfs = latejoin |