From 19c449b336acbaf57635f043403de81e44f512d2 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Thu, 1 Jun 2017 19:13:29 -0300 Subject: [PATCH] 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. --- .../Chemistry-Reagents/Chemistry-Reagents-Toxins.dm | 2 +- html/changelogs/alberky-PR-2563.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberky-PR-2563.yml diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm index d734d478fa9..e3d9f23384f 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm @@ -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) diff --git a/html/changelogs/alberky-PR-2563.yml b/html/changelogs/alberky-PR-2563.yml new file mode 100644 index 00000000000..1b8e67a7f4a --- /dev/null +++ b/html/changelogs/alberky-PR-2563.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Plant-B-Gone should be a bit more damaging to dionae."