From ea31122de9ecdb64261b903c7a14f106cedb6393 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 18 Oct 2025 19:03:32 -0300 Subject: fix TStrengthImpact not properly masking SKILL_FIST --- src/magic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/magic.cc b/src/magic.cc index c069b68..70e6250 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -322,7 +322,7 @@ void TStrengthImpact::handleCreature(TCreature *Victim){ && (SkillNr == SKILL_SWORD || SkillNr == SKILL_CLUB || SkillNr == SKILL_AXE - || SkillNr == SKILL_SWORD)){ + || SkillNr == SKILL_FIST)){ continue; } -- cgit v1.2.3