From 366dacde211901c2eb733d6024b374a81ca6595c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Aug 2021 09:55:56 -0300 Subject: Allow Game Masters (GM 80+) to siege the Fortress Town even without the World Hero --- npc/025-1/ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 6a3513ace..1bd138488 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -142,7 +142,7 @@ function script FTStatue { if ($@FORTRESS_STATUE) end; // Only World Hero may interact - if (strcharinfo(0) != $MOST_HEROIC$) { + if (strcharinfo(0) != $MOST_HEROIC$ && !is_master()) { 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