From 312ca5d12764cea9d91ebc7f31c68ca3dba4990d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Oct 2020 12:19:51 -0300 Subject: Register Candor as a town (But no townhall) --- npc/functions/util.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions/util.txt') 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); } -- cgit v1.2.3-70-g09d2