diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/ale.txt | 2 | ||||
-rw-r--r-- | npc/000-1/couwan.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index 95738a0f..7d3bdf7b 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -21,7 +21,7 @@ mesn; mesq l("Ouch..."); next; - mesq l("These heavy boxes are killing me, I don't feel my arms anymore!"); + mesq l("These heavy boxes are killing me, I can't feel my arms anymore!"); next; menu diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 82e69c8a..24bb24fd 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -39,7 +39,7 @@ switch(select( l("Very nice, indeed!"), - l("I don't see anything else than... water?"))) + l("I don't see anything else other than... water?"))) { case 2: mes ""; |