Merge pull request #3309 from VOREStation/aro-spcrestr

Lazylen species restricted list
This commit is contained in:
Leshana
2018-03-20 20:46:01 -04:00
committed by GitHub
+1 -1
View File
@@ -57,7 +57,7 @@
if (!..())
return 0
if(species_restricted && istype(M,/mob/living/carbon/human))
if(LAZYLEN(species_restricted) && istype(M,/mob/living/carbon/human))
var/exclusive = null
var/wearable = null
var/mob/living/carbon/human/H = M