From 396027d04a87ca1dc574b7db7c379ed8889aeef4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Sep 2019 16:10:40 -0300 Subject: Fix typos --- npc/017-10/dispatcher.txt | 2 +- npc/018-6-1/main.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50