diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-19 17:54:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-19 17:54:37 -0300 |
commit | c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e (patch) | |
tree | 641d38fc49c8b139415cfcbeedf20818d892f970 /npc/031-7 | |
parent | 59d152046bc6444d182b4950baaa80e9b8e797e1 (diff) | |
download | serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.gz serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.bz2 serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.tar.xz serverdata-c2e7df90ec8d2e031cb731c2c1e9a97efb9c799e.zip |
Fix bugs by testing.
Diffstat (limited to 'npc/031-7')
-rw-r--r-- | npc/031-7/tametomo.txt | 6 |
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$); |