mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user