Merge pull request #6327 from VOREStation/upstream-merge-6558

[MIRROR] Change various global species lists to GLOB versions, adds 2 more event subspecies.
This commit is contained in:
Novacat
2019-12-19 15:46:59 -05:00
committed by GitHub
60 changed files with 150 additions and 137 deletions
@@ -66,7 +66,7 @@ var/list/gear_datums = list()
for(var/gear_name in gear_datums)
var/datum/gear/G = gear_datums[gear_name]
if(G.whitelisted && !is_alien_whitelisted(preference_mob, all_species[G.whitelisted]))
if(G.whitelisted && !is_alien_whitelisted(preference_mob, GLOB.all_species[G.whitelisted]))
continue
if(max_cost && G.cost > max_cost)
continue