summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt6
1 files changed, 4 insertions, 2 deletions
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;
}