mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user