diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 16:10:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 16:10:40 -0300 |
commit | 396027d04a87ca1dc574b7db7c379ed8889aeef4 (patch) | |
tree | 8e24e7b3a097fb3a89476f136bded44349f152e3 /npc | |
parent | 44af610f16d080a3886a8c943f8c62b9e840cbe7 (diff) | |
download | serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.gz serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.bz2 serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.tar.xz serverdata-396027d04a87ca1dc574b7db7c379ed8889aeef4.zip |
Fix typos
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 | ||||
-rw-r--r-- | npc/018-6-1/main.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 11b33b0bd..d99a6a2c3 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -238,7 +238,7 @@ L_Main: case 10: mesc ".:: " + l("The Market") + " ::."; mesc l("Send your Homunculus to make money!"); - mesc l("Average EXP: 8"), 3; + mesc l("Average EXP: "+8), 3; mesc l("Maximum Profit: @@ GP", format_number(.zenycap)), 3; mesc l("Common Drops: "+ getitemlink(Piberries)); diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 22d4370e3..7509b3938 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -121,6 +121,7 @@ OnTouch: setq3 LoFQuest_Barbara, .@q3^64; // Safety update .@q3=getq3(LoFQuest_Barbara); + if (.@q3 & 128) setq3 LoFQuest_Barbara, .@q3^128; // Safety update |