mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Merge branch 'master' into upstream-merge-10213
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user