Merge branch 'master' into development

# Conflicts:
#	maps/aurora/aurora-1_centcomm.dmm
This commit is contained in:
skull132
2017-10-29 16:15:53 +02:00
47 changed files with 3560 additions and 90287 deletions
+2 -8
View File
@@ -775,14 +775,8 @@
else
permitted = TRUE
if (G.whitelisted)
var/found = FALSE
for (var/species in G.whitelisted)
if (is_alien_whitelisted(H, global.all_species[species]))
found = TRUE
break
if (!found)
permitted = FALSE
if(G.whitelisted && (!(H.species.name in G.whitelisted)))
permitted = 0
if(!permitted)
H << "<span class='warning'>Your current job or whitelist status does not permit you to spawn with [thing]!</span>"