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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index a57162b5d..619abf2c9 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -968,7 +968,10 @@ function script POL_LocToTP {
return TP_NIVAL;
if (.@tw$ == "FROSTIA")
- return TP_FROSTIA;
+ return TP_FROST;
+
+ if (.@tw$ == "CANDOR")
+ return TP_CANDOR;
return Exception("Invalid town requested / POL_LocToTP", RB_DEFAULT|RB_SPEECH, -1);
}