diff options
-rw-r--r-- | npc/014-2/mouboo.txt | 4 |
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) { |