diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 5102f9430..2ee553b51 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -591,6 +591,8 @@ function script nard_time { return 52000; if (getarg(0) == "Artis") return 60000; + if (getarg(0) == "Tulim") + return 12000; // Script-Controlled } // From Hurnscald |