diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-24 22:24:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-24 22:24:43 -0300 |
commit | d25606446fe111634ccec1530d6fca182cd24f6c (patch) | |
tree | bd08bef7370be9666f1cbc7ee1bac1fa1147d839 /npc/functions | |
parent | 8de09b3eca9ed9a8ef1c374216edcd5481e3366e (diff) | |
download | serverdata-d25606446fe111634ccec1530d6fca182cd24f6c.tar.gz serverdata-d25606446fe111634ccec1530d6fca182cd24f6c.tar.bz2 serverdata-d25606446fe111634ccec1530d6fca182cd24f6c.tar.xz serverdata-d25606446fe111634ccec1530d6fca182cd24f6c.zip |
Cat Ears Quest by Manatauro (+ misc notes)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 2a6cde446..3a875f560 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -483,8 +483,8 @@ function script reputation { if (getq(HalinarzoQuest_Speed) >= 1) .@nr=.@nr+1; - // Katze Quest (TODO) - if (getq(CaveQuest_Katze) >= 1) + // Katze Quest (+1 rep) + if (getq(CaveQuest_Katze) >= 2) .@nr=.@nr+1; // HALINARZO Magical Forumula |