diff options
Diffstat (limited to 'npc/018-6-3')
-rw-r--r-- | npc/018-6-3/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index 620ae6048..0017093cc 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -318,12 +318,12 @@ OnKillBoss: next; break; case 2: - mesc l("Determinately, you move your hand to grab it."); + mesc l("Determinate, you move your hand to grab it."); next; break; case 3: mesc l("Are you out of your mind?!"); - mesc l("If you break that, you will never go to the World's Edge!"); + mesc l("If you break that, you could never go to the World's Edge!"); next; mesc l("Attempt to break the Mana Stone?"), 1; if (askyesno() == ASK_NO) |