From e28bda237564d8040f6b323b6f8d08ccf9bb9df9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Feb 2022 15:47:34 -0300 Subject: ...Actually, do not give a "surplus" on Mirio's Skill --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50