diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-02-26 04:05:13 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-02-26 04:05:13 +0000 |
commit | bc50508df64676a661513809dba95d31363ed4fc (patch) | |
tree | 81bc8a27ba62b11ce63d5b0228905383bf99a507 | |
parent | 56e5712e678f12cee6642dfe3c957f0a2160056f (diff) | |
download | clientdata-bc50508df64676a661513809dba95d31363ed4fc.tar.gz clientdata-bc50508df64676a661513809dba95d31363ed4fc.tar.bz2 clientdata-bc50508df64676a661513809dba95d31363ed4fc.tar.xz clientdata-bc50508df64676a661513809dba95d31363ed4fc.zip |
Add a missing string on peter script.
-rw-r--r-- | npc/000-2-1/peter.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index cb77d5d1..03d0684b 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -107,7 +107,6 @@ OnGiveTask: mesq g(l("Hey, girl!"), l("Hey, man!")); next; - mesn; mesq l("I need somebody who can clean the bottom of the ship of these rattos. Can you help me?"); next; @@ -179,7 +178,7 @@ OnReturnWin: l_BonusTask: mes ""; mesn; - message strcharinfo(0), l("You receive @@ E!", 200); + mesq l("I propose you... 200 Esperin, is it ok?"); next; menu @@ -197,7 +196,6 @@ l_Task: if ($@RAT_SAILOR_HELPER$ != "") goto OnDontneedHelp; if (@peter == 6) setq ShipQuests_Peter, 1; set @peter, getq(ShipQuests_Peter); - goto l_Start; l_Start: mes ""; |