Diona will take five times as much damage from plant-B-gone as previously.

Conflicts:
	code/modules/reagents/Chemistry-Reagents.dm
This commit is contained in:
Zuhayr
2013-11-20 18:26:55 +10:30
committed by alex-gh
parent 5935158167
commit 31dd8daaf4
+1 -1
View File
@@ -1340,7 +1340,7 @@ datum
var/mob/living/carbon/human/H = M
if(H.dna)
if(H.species.flags & IS_PLANT) //plantmen take a LOT of damage
H.adjustToxLoss(10)
H.adjustToxLoss(50)
plasma
name = "Plasma"