From ded72317da6096f142bb12b5eb647d347a5cc724 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 27 Jul 2026 00:48:14 +0100 Subject: [PATCH] better organ healing --- code/modules/spells/spell_types/pointed/healing.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"