summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt1
-rw-r--r--npc/functions/util.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 443b600b5..d3d72ed12 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1324,6 +1324,7 @@ function script HUB_PCBonus {
bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10;
if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19)
bonus bMaxSP, 40;
+
return;
}
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index bd6b20172..05699b68a 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -460,11 +460,11 @@ function script reputation {
.@nr=.@nr+1;
// Mirio Quest (+1 rep)
- //if (getq(HalinarzoQuest_Speed) >= 2)
- // .@nr=.@nr+1;
+ if (getq(HalinarzoQuest_Speed) >= 1)
+ .@nr=.@nr+1;
// HALINARZO Magical Forumula
- .@nr=.@nr*100/7;
+ .@nr=.@nr*100/8;