diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 90273b360..71b9a85a7 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1528,11 +1528,6 @@ function script HUB_PCBonus { bonus bAddMaxWeight, REBIRTH*50; // Max 250g } - // Double hack fix - if (isequipped(ExplosiveArrow)) { - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) != W_BOW) - bonus bSplashRange, 2; - } return; } |