diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 183ca5781..704c84805 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -539,12 +539,16 @@ function script reputation { // Fortress Town Quests (1 point/special) } else if (getarg(0) == "Fortress") { - // Who am I? (+1 rep) + // Who am I? (+2 rep) if (getq(General_Narrator) >= 22) + .@nr=.@nr+2; + + // Cadis: Great Slime Hunt (+1 rep) + if (getq(FortressQuest_SlimeHunter) >= 2) .@nr=.@nr+1; // FORTRESS TOWN Magical Forumula - .@nr=.@nr*100/1; + .@nr=.@nr*100/3; // Final |