summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-19 17:54:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-19 17:54:37 -0300
commitc2e7df90ec8d2e031cb731c2c1e9a97efb9c799e (patch)
tree641d38fc49c8b139415cfcbeedf20818d892f970
parent59d152046bc6444d182b4950baaa80e9b8e797e1 (diff)
downloadserverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.gz
serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.bz2
serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.xz
serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.zip
Fix bugs by testing.
-rw-r--r--npc/031-7/tametomo.txt6
1 files changed, 3 insertions, 3 deletions
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$);