Skip to content

Commit

Permalink
Update prop_special.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 24, 2024
1 parent 0f1955a commit 4445ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_properties/prop_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/datum/chem_property/special/hypergenetic/reaction_mob(mob/M, method=TOUCH, volume, potency)
if(!isxeno_human(M))
return
M.AddComponent(/datum/component/healing_reduction, -potency * volume * POTENCY_MULTIPLIER_LOW) //reduces heal reduction if present
M.AddComponent(/datum/component/status_effect/healing_reduction, -potency * volume * POTENCY_MULTIPLIER_LOW) //reduces heal reduction if present
if(ishuman(M)) //heals on contact with humans/xenos
var/mob/living/carbon/human/H = M
H.heal_limb_damage(potency * volume * POTENCY_MULTIPLIER_LOW)
Expand Down

0 comments on commit 4445ac8

Please sign in to comment.