From 3303f96c1af6b1abfaf2761a4225b552f76ce902 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 26 Oct 2023 19:08:26 -0300 Subject: In Hardcore servers, Fortress Siege happens only once. --- npc/025-1/ctrl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index f7ffabdec..b4f4d5efa 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -446,6 +446,10 @@ OnInit: end; OnTue0000: + // Hardcore exempted + if ($HARDCORE) + end; + // Reset Fortress Town state .@cl=$FORTRESS_STATE; FTCleanup(false); if (.@cl) -- cgit v1.2.3-70-g09d2