Merge pull request #3200 from Fox-McCloud/clone-damage

Clone Damage Fix
This commit is contained in:
TheDZD
2016-01-13 16:05:10 -05:00
3 changed files with 10 additions and 1 deletions
@@ -142,7 +142,7 @@
/mob/living/carbon/human/adjustCloneLoss(var/amount)
..()
if(species.flags & (NO_SCAN))
if(species.flags & (NO_DNA_RAD))
cloneloss = 0
return