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, 7 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 1fa01d375..c12a883bf 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -234,6 +234,13 @@ function script reputation {
if (getq(HurnscaldQuest_TeaParty) >= 2)
.@nr=.@nr+1;
+ /*
+ // Yeti King Quest (+1 rep)
+ // Please note that if you challenge it again and lose, it'll reset
+ if (getq(HurnscaldQuest_Celestia) == 6)
+ .@nr=.@nr+1;
+ */
+
// Farmers Quest (+1 rep)
if (getq(HurnscaldQuest_Farmers) >= 5)
.@nr=.@nr+1;