From 64af8e3c6f3bdafa7d5f1befe7acaabe430d5f24 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jan 2021 18:12:18 -0300 Subject: Officially allow access to Fortress Town --- npc/025-1/ctrl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/025-1/ctrl.c') diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 6e9abf357..836dc49b9 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -389,6 +389,7 @@ OnConquest: // Experience injection to the brave (500k EXP, 100k JEXP) if (playerattached()) getexp 500000, 100000; + stopnpctimer; end; } @@ -457,7 +458,7 @@ OnInit: end; OnTouch: // Disabled - if ($GAME_STORYLINE < 3 || !is_admin() || $@FORTRESS_STATUE) + if ($GAME_STORYLINE < 3 || $@FORTRESS_STATUE) end; // Blacklisted if (array_find($@FORT_BLACKLIST, getcharid(0)) != -1) -- cgit v1.2.3-70-g09d2