From b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 21:47:54 -0300 Subject: Fix some crazy bugs. With this, travel Tulim->Hurns should be fine. --- npc/functions/util.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 1558fb4b7..5449ca97a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -100,16 +100,18 @@ function script nard_reputation { function script nard_time { // Estimates time to move by ship from LOCATION$ to getarg(0) - // Candor + // From Candor if (LOCATION$ == "Candor") { if (getarg(0) == "Tulim") return 22000; } - // Candor + // From Tulimshar if (LOCATION$ == "Tulim") { if (getarg(0) == "Candor") return 22000; + if (getarg(0) == "Hurns") + return 19000; } -- cgit v1.2.3-70-g09d2