From ddec16dc7cbbcc4ce520fea00cce8b8b68498209 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jan 2021 16:52:06 -0300 Subject: Just... in case. --- npc/025-1/ctrl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 8dbb9630c..9e0ad0a2b 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -108,9 +108,12 @@ function script FTStatue { // Still open if ($FORTRESS_STATE) end; + // Siege ongoing + if ($@FORTRESS_STATUE) + end; // Only World Hero may interact if (strcharinfo(0) != $MOST_HEROIC$) { - dispbottom l("I will not assault the Fortress Island. I'll wait for %s.", $MOST_HEROIC$); + dispbottom l("I will not assault the Fortress Island by myself. Instead, I'll wait for %s.", $MOST_HEROIC$); end; } -- cgit v1.2.3-60-g2f50