Buffs plantbgone to don't be useless (#2563)

Buffed the toxin damage of plant b gone, not back to old levels, but enough to be far more useful and noticiable.
This commit is contained in:
Alberyk
2017-06-02 01:13:29 +03:00
committed by skull132
parent 681a658890
commit 19c449b336
2 changed files with 7 additions and 1 deletions
@@ -219,7 +219,7 @@
/datum/reagent/toxin/plantbgone/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
..()
if(alien == IS_DIONA)
M.adjustToxLoss(8 * removed)
M.adjustToxLoss(30 * removed)
//Affect touch automatically transfers to affect_blood, so we'll apply the damage there, after accounting for permeability
/datum/reagent/toxin/plantbgone/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)