Vast array of changes to replace mutantrace with species datum

This commit is contained in:
Zuhayr
2013-08-03 15:08:54 -07:00
parent 11621e3f8c
commit b875ff021b
16 changed files with 179 additions and 180 deletions
+2 -2
View File
@@ -1257,7 +1257,7 @@ datum
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.dna)
if(H.dna.mutantrace == "plant") //plantmen take a LOT of damage
if(H.species.flags & IS_PLANT) //plantmen take a LOT of damage
H.adjustToxLoss(10)
plasma
@@ -3463,4 +3463,4 @@ datum
else if(data >= 115 && prob(33))
M.confused = max(M.confused+15,15)
..()
return
return