diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 23:21:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 23:21:27 -0300 |
commit | da7debe1622f98b60aa56c7702ce2c855ab0357c (patch) | |
tree | fc99d5add1594ac8b97adeee28371198fafa6a2d /npc | |
parent | f540814d97e3044c2dcd5d85b03cd95935b05aa8 (diff) | |
download | serverdata-da7debe1622f98b60aa56c7702ce2c855ab0357c.tar.gz serverdata-da7debe1622f98b60aa56c7702ce2c855ab0357c.tar.bz2 serverdata-da7debe1622f98b60aa56c7702ce2c855ab0357c.tar.xz serverdata-da7debe1622f98b60aa56c7702ce2c855ab0357c.zip |
I wonder if I should write “hard mode will be enabled” or if it is better to omit
Diffstat (limited to 'npc')
-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) |