Merge pull request #33075 from AnturK/itsnotabusewhenitsassistants

Adds spawn override system
This commit is contained in:
Jordan Brown
2017-11-25 16:37:46 -06:00
committed by CitadelStationBot
parent 14ce7c8118
commit 20014e6f44
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ GLOBAL_LIST_EMPTY(landmarks_list) //list of all landmarks created
GLOBAL_LIST_EMPTY(start_landmarks_list) //list of all spawn points created
GLOBAL_LIST_EMPTY(department_security_spawns) //list of all department security spawns
GLOBAL_LIST_EMPTY(generic_event_spawns) //list of all spawns for events
GLOBAL_LIST_EMPTY(jobspawn_overrides) //These will take precedence over normal spawnpoints if created.
GLOBAL_LIST_EMPTY(wizardstart)
GLOBAL_LIST_EMPTY(nukeop_start)