Merge pull request #3417 from Fox-McCloud/spoopy

Adds in Skeleton Race
This commit is contained in:
TheDZD
2016-01-28 16:02:18 -05:00
20 changed files with 134 additions and 98 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())