diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 907cd20a9..45823ac11 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1325,7 +1325,7 @@ function script HUB_PCBonus { if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19) bonus bMaxSP, 40; if (getq(HalinarzoQuest_Speed) > 1) - bonus bSpeedAddRate, min(getq(HalinarzoQuest_Speed), 10); + bonus bSpeedAddRate, min(getq(HalinarzoQuest_Speed)-1, 10); return; } |