summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/util.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 89320b531..3bfbd3bea 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -405,7 +405,7 @@ function script reputation {
.@nr=.@nr+1;
// Tolchi Quest (+1 rep)
- if (getq(CandorQuest_Tolchi) >= 4)
+ if (getq(CandorQuest_Tolchi) >= 3)
.@nr=.@nr+1;
// Maya Quest (+1 rep)
@@ -416,8 +416,12 @@ function script reputation {
if (getq(CandorQuest_Rosen) >= 3)
.@nr=.@nr+1;
+ // Marggo Quest (+1 rep)
+ if (getq(CandorQuest_Marggo) >= 1)
+ .@nr=.@nr+1;
+
// CANDOR Magical Forumula
- .@nr=.@nr*100/9;
+ .@nr=.@nr*100/10;
// Final