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:
Alberyk
2017-10-15 21:04:16 +03:00
committed by Erki
parent 960a0a8988
commit 9696c7dd83
6 changed files with 9 additions and 13 deletions
@@ -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