diff --git a/code/modules/spells/spell_types/pointed/healing.dm b/code/modules/spells/spell_types/pointed/healing.dm index 4466c8f8ebb..0ef95b4c7f4 100644 --- a/code/modules/spells/spell_types/pointed/healing.dm +++ b/code/modules/spells/spell_types/pointed/healing.dm @@ -281,8 +281,7 @@ if(possible_organ.organ_flags & ORGAN_DESTROYED) possible_organ.organ_flags &= ~ORGAN_DESTROYED //I am having pity on people here at this point I won't force you to get new organs unless they fully necrose. possible_organ.scar_organ(20, 40) - if(possible_organ.damage > possible_organ.medium_threshold) - possible_organ.applyOrganDamage(-amount_healed * wound_modifier) + possible_organ.applyOrganDamage(-amount_healed * wound_modifier) /datum/action/cooldown/spell/healing/profane name = "Corrupt Lesser Miracle"