diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:06:50 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:06:50 +0400 |
commit | abbcf0e0fe121de99703c9058318134fb89d970d (patch) | |
tree | 831790b42374fe7cdf60810d71596ac5082813a3 /npc | |
parent | 07c7b10bfc1ee18e7359cd6fef168032653d0f75 (diff) | |
download | clientdata-abbcf0e0fe121de99703c9058318134fb89d970d.tar.gz clientdata-abbcf0e0fe121de99703c9058318134fb89d970d.tar.bz2 clientdata-abbcf0e0fe121de99703c9058318134fb89d970d.tar.xz clientdata-abbcf0e0fe121de99703c9058318134fb89d970d.zip |
Some other gender specific fixes, now in couwan.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/couwan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 3691fac5..e5683dbf 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -19,7 +19,7 @@ mesn; - mesq lg("Hello yeye."); + mesq l("Hello yeye."); next; mesq l("Look how splendid this landscape is!"); next; @@ -30,9 +30,9 @@ mes ""; mesn; - mesq lg("Yeye got good eyes and seem to have fully recovered from your injuries..."); + mesq l("Yeye got good eyes and seem to have fully recovered from your injuries..."); next; - mesq lg("Hey, could yeye can take my box of fish to Gugli?"); + mesq l("Hey, could yeye please take my box of fish to Gugli?"); next; menu @@ -41,11 +41,11 @@ mes ""; mesn; - mesq lg("Yeye ask too much but do too less. Take this box and stop talking."); + mesq l("Yeye ask too much but do too less. Take this box and stop talking."); next; mesn "Narrator"; - mes col(lg("Couwan hands you a box full of fish."), 9); + mes col(l("Couwan hands you a box full of fish."), 9); getitem "FishBox", 1; next; mes col(l("The sailor turns his back to you."), 9); |