summaryrefslogtreecommitdiff
path: root/npc/031-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-7')
-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$);