mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Bugfix Bonanza + Z-code and stuff. (#1819)
* Bugfix Bonfire #1 * Bugfix Bonanza #2 * BigBomba * Banner.dmi * Fixing Cyborg spawn * Re-enabling asteroid gen
This commit is contained in:
@@ -26,18 +26,11 @@ var/list/spawntypes = list()
|
||||
display_name = "Arrivals Shuttle"
|
||||
msg = "is inbound from the NTCC Odin"
|
||||
|
||||
|
||||
/datum/spawnpoint/arrivals/New()
|
||||
..()
|
||||
turfs = latejoin
|
||||
|
||||
/datum/spawnpoint/gateway
|
||||
display_name = "Gateway"
|
||||
msg = "has completed translation from offsite gateway"
|
||||
|
||||
/datum/spawnpoint/gateway/New()
|
||||
..()
|
||||
turfs = latejoin_gateway
|
||||
|
||||
/datum/spawnpoint/cryo
|
||||
display_name = "Cryogenic Storage"
|
||||
msg = "has completed cryogenic revival"
|
||||
|
||||
Reference in New Issue
Block a user