flag split

This commit is contained in:
Fox-McCloud
2016-01-27 16:36:43 -05:00
parent 913922b408
commit 243fae96c6
12 changed files with 15 additions and 15 deletions
@@ -99,7 +99,7 @@
if(ishuman(M)) // Would've done this via species instead of type, but the basic mob doesn't have a species, go figure.
var/mob/living/carbon/human/H = M
if(H.species.flags & NO_DNA_RAD)
if(H.species.flags & NO_DNA)
return 0
if (!user.IsAdvancedToolUser())