diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 12:37:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 12:37:39 -0300 |
commit | 034c10fbabf7cb737b7338fd1c41c0930108f801 (patch) | |
tree | d355622ad012c4814f4cd518ed6bc785f79035ff /npc/002-4/elmo.txt | |
parent | 4378818a51b8dffb39a4bae10664c870a25db678 (diff) | |
download | serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.gz serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.bz2 serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.xz serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.zip |
Fix bug with ship price
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 2795fe1b7..a789489af 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -29,7 +29,7 @@ // Kids Quest .@q=getq(CandorQuest_HAS); - if (.@q < 3) + if (.@q < 4) mes l("- You can always play with kids. Not very profitable, though."); // Sailors Quest |