diff options
-rw-r--r-- | npc/025-1/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |