summaryrefslogtreecommitdiff
path: root/npc/014-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-16 17:17:49 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-16 17:17:49 -0200
commit9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9 (patch)
treef8c9058f27e9d4583b38126d4585ec729ec707c0 /npc/014-2
parent08f31e1b623ca93ae05151d80993a305b585c25c (diff)
downloadserverdata-9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9.tar.gz
serverdata-9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9.tar.bz2
serverdata-9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9.tar.xz
serverdata-9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9.zip
Fix bug at injuried mouboo
Diffstat (limited to 'npc/014-2')
-rw-r--r--npc/014-2/mouboo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt
index c817025ab..8a0b012d0 100644
--- a/npc/014-2/mouboo.txt
+++ b/npc/014-2/mouboo.txt
@@ -78,7 +78,7 @@ L_Begin:
mesc l("Uhm, that's an... @@. Do you... want to grow a tree on the mouboo or something? Can't you think on something else?", DeathPenalty);
close;
}
- mesc l("Really give your @@ to the Mouboo?", .@id), 1;
+ mesc l("Really give your @@ to the Mouboo?", getitemlink(.@id)), 1;
mesc l("The item will be lost forever.");
next;
if (askyesno() == ASK_YES) {
@@ -113,7 +113,7 @@ L_Begin:
close;
}
- mesc l("Really attack the Mouboo with a(n) @@?", .@id), 1;
+ mesc l("Really attack the Mouboo with a(n) @@?", getitemlink(.@id)), 1;
mesc l("There will be consequences.");
next;
if (askyesno() == ASK_YES) {