Merge pull request #884 from Kazzc/SC-MapUpdate

Civilian sector overhaul.
This commit is contained in:
cadyn
2020-11-22 01:08:56 -08:00
committed by GitHub
9 changed files with 554 additions and 518 deletions
+6
View File
@@ -31,6 +31,12 @@
latejoin_gateway += loc
delete_me = 1
return
//CHOMPEdit Begin
if("JoinLateStationGateway")
latejoin_gatewaystation += loc
delete_me = 1
return
//CHOMPEdit End
if("JoinLateElevator")
latejoin_elevator += loc
delete_me = 1
+2 -1
View File
@@ -1,4 +1,5 @@
var/list/shell_module_blacklist = list(
"Sci-borg", "Research"
)
)
var/list/latejoin_gatewaystation = list()
@@ -0,0 +1,7 @@
/datum/spawnpoint/stationgateway
display_name = "Station gateway"
msg = "has completed translation from station gateway"
/datum/spawnpoint/stationgateway/New()
..()
turfs = latejoin_gatewaystation