Merge branch 'master' into upstream-merge-10213

This commit is contained in:
Nadyr
2021-04-30 01:03:17 -04:00
committed by GitHub
31 changed files with 238 additions and 185 deletions

View File

@@ -66,18 +66,10 @@ var/list/gear_datums = list()
for(var/gear_name in gear_datums)
var/datum/gear/G = gear_datums[gear_name]
<<<<<<< HEAD
if(G.whitelisted && !is_alien_whitelisted(preference_mob, GLOB.all_species[G.whitelisted]))
continue
||||||| parent of a8185bde6e... Merge pull request #10213 from Heroman3003/fixforw
if(G.whitelisted != pref.species)
continue
=======
//VOREStation Removal Start - No need for species-based whitelists for species clothes
//if(G.whitelisted && G.whitelisted != pref.species)
// continue
//VOREStation Removal End
>>>>>>> a8185bde6e... Merge pull request #10213 from Heroman3003/fixforw
if(max_cost && G.cost > max_cost)
continue
//VOREStation Edit Start