Merge pull request #1197 from CHOMPStationBot/upstream-merge-9615

[MIRROR] Converts Morph Spawn and Maint Pred events to use ghostpods
This commit is contained in:
Razgriz
2021-01-30 00:20:38 -07:00
committed by GitHub
8 changed files with 159 additions and 85 deletions

View File

@@ -12,6 +12,7 @@ var/global/list/everyone_traits = list() // Neutral traits available to all spec
var/global/list/positive_traits = list() // Positive custom species traits, indexed by path
var/global/list/traits_costs = list() // Just path = cost list, saves time in char setup
var/global/list/all_traits = list() // All of 'em at once (same instances)
var/global/list/active_ghost_pods = list()
var/global/list/sensorpreflist = list("Off", "Binary", "Vitals", "Tracking", "No Preference") //TFF 5/8/19 - Suit Sensors global list