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."