summaryrefslogtreecommitdiff
path: root/npc/025-1/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/ctrl.c')
-rw-r--r--npc/025-1/ctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 7b1d76839..ea31873d6 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -88,7 +88,7 @@ function script FTCleanup {
function script FTStatue {
.@id=getarg(0);
mesn l("Magic Statue");
- mes l("There is a reading: The Mana Source. The Moubootaur. The Monster King.");
+ mes l("There is an inscription: The Mana Source. The Moubootaur. The Monster King.");
mes l("The war. The blood. The inspiration. The mana. The world. The defiance.");
mes l("The guard. The heir. The originals. The races. The later. The seal.");
mes l("The fragments. The war. The Terranite. AEGIS MAGNA PROTECTIVE SCUTUM.");
@@ -100,7 +100,7 @@ function script FTStatue {
// Break the statues?
mesc l("Break the Statue?"), 1;
if (!islegendary())
- mesc l("* May stun you for 10 seconds!");
+ mesc l("* Will stun you for 10 seconds!");
next;
if (askyesno() == ASK_YES) {
if ($@FORTRESS_STATUE & .@id)