From 9dd99ca9e1c7468d2ef33e8d4828c36ad71ccbb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 17:17:49 -0200 Subject: Fix bug at injuried mouboo --- npc/014-2/mouboo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/014-2/mouboo.txt') 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) { -- cgit v1.2.3-60-g2f50