diff options
author | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-01-30 02:06:30 +0000 |
---|---|---|
committer | NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> | 2023-01-30 02:06:30 +0000 |
commit | 78bfe00b3a420730ecf89687ea3da2d4f76d3f2a (patch) | |
tree | aa81ac41f99773812f555a9a560c386c0dc5a35e /npc/025-1/ctrl.c | |
parent | 02c1cd48d4de0300578f89c92b879d9e7032cd39 (diff) | |
download | serverdata-78bfe00b3a420730ecf89687ea3da2d4f76d3f2a.tar.gz serverdata-78bfe00b3a420730ecf89687ea3da2d4f76d3f2a.tar.bz2 serverdata-78bfe00b3a420730ecf89687ea3da2d4f76d3f2a.tar.xz serverdata-78bfe00b3a420730ecf89687ea3da2d4f76d3f2a.zip |
Random typo fixes
Diffstat (limited to 'npc/025-1/ctrl.c')
-rw-r--r-- | npc/025-1/ctrl.c | 4 |
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) |