mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Bugfixes: xeno loadout, vox mirror and worm crash (#3663)
-might fix #3660 - Fixes #3666 -fixes some issues with the mirror -fixes worms crashing the server -might fix ringers
This commit is contained in:
@@ -64,7 +64,7 @@ var/list/gear_datums = list()
|
||||
continue
|
||||
if(G.whitelisted && preference_mob)
|
||||
for(var/species in G.whitelisted)
|
||||
if(is_alien_whitelisted(preference_mob, species))
|
||||
if(is_alien_whitelisted(preference_mob, global.all_species[species]))
|
||||
. += gear_name
|
||||
break
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user