mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Merge pull request #884 from Kazzc/SC-MapUpdate
Civilian sector overhaul.
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user