From 786b513adac0fa83da1dbcdfc93b3024d2dfddb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jun 2018 21:36:08 -0300 Subject: Correct bugs --- npc/functions/util.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/functions/util.txt') 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; } -- cgit v1.2.3-70-g09d2