summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 68967b55e..7cd1d500b 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -357,7 +357,7 @@ function script reputation {
- // Land Of Fire Quests (5 points)
+ // Land Of Fire Quests (6 points)
} else if (getarg(0) == "LoF") {
// The EPISODE
@@ -367,6 +367,9 @@ function script reputation {
//// Early Christmas (+1 rep)
if (getq(LoFQuest_EPISODE) >= 6)
.@nr=.@nr+1;
+ //// Order's Request (+1 rep)
+ if (getq(LoFQuest_EPISODE) >= 13)
+ .@nr=.@nr+1;
// George Quest (+1 rep)
if (getq(LoFQuest_George) >= 5)
@@ -381,7 +384,7 @@ function script reputation {
.@nr=.@nr+1;
// LAND OF FIRE Magical Forumula
- .@nr=.@nr*100/5;
+ .@nr=.@nr*100/6;