summaryrefslogtreecommitdiff
path: root/npc/magic/final.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/final.txt')
-rw-r--r--npc/magic/final.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/magic/final.txt b/npc/magic/final.txt
index 30dce5e9..9000c3f3 100644
--- a/npc/magic/final.txt
+++ b/npc/magic/final.txt
@@ -254,6 +254,12 @@ function script HUB_PCBonus {
bonus bAtkRange, (2+getskilllv(SKILL_MALLARDS_EYE))/3;
bonus bHit, 5*getskilllv(SKILL_MALLARDS_EYE);
}
+
+ /* Class A Equipment */
+ if (getequipid(EQI_HAND_R) > 1) {
+ if (isequipped(BullHelmet))
+ bonus bAtkRange, 1-getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE);
+ }
return;
}