Plant-B-Gone now affects Diona nymphs. Dionas now heal toxin/fire damage.

This commit is contained in:
Markolie
2015-02-25 22:07:23 +01:00
parent 8e159c51b3
commit 5d529c8086
3 changed files with 13 additions and 4 deletions
@@ -1435,6 +1435,13 @@ datum
H.adjustToxLoss(50)
..()
return
if(ismonkey(M))
var/mob/living/carbon/monkey/MO = M
if(MO.dna)
if(MO.dna.mutantrace == "plant") //plantmen monkeys (diona) take EVEN MORE damage
MO.adjustToxLoss(100)
..()
return
plasma
name = "Plasma"