From c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Oct 2021 17:54:37 -0300 Subject: Fix bugs by testing. --- npc/031-7/tametomo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/031-7/tametomo.txt b/npc/031-7/tametomo.txt index 8089dc6cd..fcd314fc3 100644 --- a/npc/031-7/tametomo.txt +++ b/npc/031-7/tametomo.txt @@ -16,11 +16,11 @@ // Generate the dialog .@m$=" "; if (!.@bt) - .@m$+="unless you have a "+getitemlink(Butterfly)+"," + .@m$+="unless you have a "+getitemlink(Butterfly)+","; if (!.@q) - .@m$+=" or " + .@m$+=" or "; if (!.@lp) - .@m$+="unless you have a "+getitemlink(LavaManaPearl)+"," + .@m$+="unless you have a "+getitemlink(LavaManaPearl)+","; mesn; mesq l("Go away,%s can't you see I'm busy?", .@m$); -- cgit v1.2.3-60-g2f50