summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-14 16:52:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-14 16:52:06 -0300
commitddec16dc7cbbcc4ce520fea00cce8b8b68498209 (patch)
treedbc8d2e296ceea623575525512e0edd1dd4b87ba /npc/025-1
parent5717ba53de1b2c015e5ee774567fbaa956f0700e (diff)
downloadserverdata-ddec16dc7cbbcc4ce520fea00cce8b8b68498209.tar.gz
serverdata-ddec16dc7cbbcc4ce520fea00cce8b8b68498209.tar.bz2
serverdata-ddec16dc7cbbcc4ce520fea00cce8b8b68498209.tar.xz
serverdata-ddec16dc7cbbcc4ce520fea00cce8b8b68498209.zip
Just... in case.
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c5
1 files changed, 4 insertions, 1 deletions
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;
}