From 46523b1cd8ad5a37cd8aa371492a22576f276b01 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 27 May 2018 23:50:29 -0300 Subject: Set distance from Candor <-> Tulimshar to 22 seconds --- npc/functions/util.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 78ba1f519..31640cd85 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -99,13 +99,13 @@ function script nard_time { // Candor if (LOCATION$ == "Candor") { if (getarg(0) == "Tulim") - return 42000; + return 22000; } // Candor if (LOCATION$ == "Tulim") { if (getarg(0) == "Candor") - return 42000; + return 22000; } -- cgit v1.2.3-70-g09d2