mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
15 lines
344 B
Plaintext
15 lines
344 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 on the station"
|
|
|
|
/datum/spawnpoint/vore/New()
|
|
..()
|
|
turfs = latejoin |