summaryrefslogtreecommitdiff
path: root/npc/025-1/ctrl.c
diff options
context:
space:
mode:
authorNetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org>2023-01-30 02:06:30 +0000
committerNetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org>2023-01-30 02:06:30 +0000
commite7fd238b04c9243a146aa2686541a9b532b45818 (patch)
treeaa81ac41f99773812f555a9a560c386c0dc5a35e /npc/025-1/ctrl.c
parent02c1cd48d4de0300578f89c92b879d9e7032cd39 (diff)
parent78bfe00b3a420730ecf89687ea3da2d4f76d3f2a (diff)
downloadserverdata-e7fd238b04c9243a146aa2686541a9b532b45818.tar.gz
serverdata-e7fd238b04c9243a146aa2686541a9b532b45818.tar.bz2
serverdata-e7fd238b04c9243a146aa2686541a9b532b45818.tar.xz
serverdata-e7fd238b04c9243a146aa2686541a9b532b45818.zip
Merge branch 'random-typos' into 'master'HEADmaster
Random typo fixes See merge request ml/serverdata!78
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)