Snowflake check for Soghun. FIX THE WHITELIST THING, HEAD.

This commit is contained in:
Zuhayr
2013-08-12 21:17:38 -07:00
parent e748fdeb0c
commit 82a4dedf5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -806,7 +806,7 @@ datum/preferences
if(config.usealienwhitelist) //If we're using the whitelist, make sure to check it!
for(var/S in whitelisted_species)
if(is_alien_whitelisted(user,S))
if(is_alien_whitelisted(user,S) || (S == "Unathi" && is_alien_whitelisted(user,"Soghun")))
new_species += S
whitelisted = 1
if(!whitelisted)