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/024-1 | |
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/024-1')
-rw-r--r-- | npc/024-1/guard.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index cefc16a86..e35152315 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -30,7 +30,7 @@ L_MainLogic: //.@tax=1001-min(1000, reputation("Frostia")*10); .@tax=501-min(500, reputation("Frostia")*5); mesn; - mesc l("The guard eyes you with suspcion."); + mesc l("The guard eyes you with suspicion."); mesq l("You should not be here. Get moving."); if (Zeny < .@tax) close; @@ -71,7 +71,7 @@ L_MainQuest: mesq l("I hate foreigners. They know nothing about us and want to impose their \"ideals\" about democracy and whatever."); next; mesn; - mesq l("Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.", b(l("king"))); + mesq l("Anyway, you have a letter to our %s, you meant? Sure thing, I'll let him know at once.", b(l("king"))); setq General_Narrator, 12; close; @@ -80,10 +80,10 @@ L_MainQuest2: mesq l("King Gelid Frozenheart II will have you."); next; mesn; - mesq l("His policy is to never read a letter without the sender being present. Of course we checked for poison and traps."); + mesq l("His policy is to never read a letter without the sender being present. Of course we check it for poison and traps."); next; mesn; - mesq l("Behave yourself, or you'll be executed in the town square mercilessly. You have been warned."); + mesq l("Behave yourself, or our death penalty awaits. You have been warned."); next; closeclientdialog; // Maybe an instance instead? |