mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Plasmaman Plasma Heal Consistency
Removes RNG from Plasmaman plasma heal, ties it to REAGENTS_EFFECT_MULTIPLIER and halves its healing amount.
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
/datum/reagent/plasma/on_mob_life(mob/living/M)
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(istype(H) && H.species && H.species.flags & PLASMA_BASED) //Plasma shouldn't poison plasmamen.
|
||||
if(prob(20))
|
||||
H.heal_organ_damage(1, 1)
|
||||
H.heal_organ_damage(0.5*REAGENTS_EFFECT_MULTIPLIER, 0.5*REAGENTS_EFFECT_MULTIPLIER)
|
||||
else
|
||||
M.adjustToxLoss(1*REAGENTS_EFFECT_MULTIPLIER)
|
||||
if(holder.has_reagent("epinephrine"))
|
||||
|
||||
Reference in New Issue
Block a user