summaryrefslogtreecommitdiff
path: root/npc/025-1/ctrl.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-24 04:58:18 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-24 04:58:18 -0300
commitcef067099dca6694e477c63e7b610cefe22eb63b (patch)
treee5d6ef74310fccdf6169261aa7c6eed40d9a6f2f /npc/025-1/ctrl.c
parent6eeef2bf5cd16d48d2acf394413f68aac963b134 (diff)
downloadserverdata-cef067099dca6694e477c63e7b610cefe22eb63b.tar.gz
serverdata-cef067099dca6694e477c63e7b610cefe22eb63b.tar.bz2
serverdata-cef067099dca6694e477c63e7b610cefe22eb63b.tar.xz
serverdata-cef067099dca6694e477c63e7b610cefe22eb63b.zip
Minor clarifications to Fortress Town Siege
Diffstat (limited to 'npc/025-1/ctrl.c')
-rw-r--r--npc/025-1/ctrl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index c816432c4..cb02ccdd2 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -99,7 +99,8 @@ function script FTStatue {
// Break the statues?
mesc l("Break the Statue?"), 1;
- mesc l("* Will be stun you for 10 seconds!");
+ if (!islegendary())
+ mesc l("* May stun you for 10 seconds!");
next;
if (askyesno() == ASK_YES) {
if ($@FORTRESS_STATUE & .@id)
@@ -177,6 +178,7 @@ function script FTStatue {
mesc l("* You cannot teleport in the town.");
mesc l("* This is a Cursed Lands map, watch out for MP during the fights as well");
mesc l("* The siege is lost if all players die.");
+ mesc l("* Only one attempt can be made per day.");
close;
}