diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index dfdd763af..5ff544f17 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -218,7 +218,15 @@ function script nard_time { if (getarg(0) == "Candor") return 22000; if (getarg(0) == "Hurns") - return 19000; + return 24000; + + } + // From Hurnscald + if (LOCATION$ == "Hurns") { + if (getarg(0) == "Candor") + return 22000; + if (getarg(0) == "Tulim") + return 24000; } |