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.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 513724f98..807aa6df9 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -194,10 +194,14 @@ function script reputation {
.@nr=.@nr*100/7;
- // Land Of Fire Quests (4 points)
+ // Land Of Fire Quests (5 points)
} else if (getarg(0) == "LoF") {
- // The EPISODE (+1 rep)
+ // The EPISODE
+ //// Tea For Two (+1 rep)
+ if (getq(LoFQuest_EPISODE) >= 2)
+ .@nr=.@nr+1;
+ //// Early Christmas (+1 rep)
if (getq(LoFQuest_EPISODE) >= 6)
.@nr=.@nr+1;
@@ -214,7 +218,7 @@ function script reputation {
.@nr=.@nr+1;
// LAND OF FIRE Magical Forumula
- .@nr=.@nr*100/4;
+ .@nr=.@nr*100/5;