summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 15:47:34 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 15:47:34 -0300
commite28bda237564d8040f6b323b6f8d08ccf9bb9df9 (patch)
tree5bc3a2111b2e845b94bfa55cc6c5d3ccee3c8b4c
parent25bc6e5ed161092630d8622c71689987eb54778e (diff)
downloadserverdata-e28bda237564d8040f6b323b6f8d08ccf9bb9df9.tar.gz
serverdata-e28bda237564d8040f6b323b6f8d08ccf9bb9df9.tar.bz2
serverdata-e28bda237564d8040f6b323b6f8d08ccf9bb9df9.tar.xz
serverdata-e28bda237564d8040f6b323b6f8d08ccf9bb9df9.zip
...Actually, do not give a "surplus" on Mirio's Skill
-rw-r--r--npc/functions/hub.txt2
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;
}