summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index b56b0bf54a..7725997947 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -335,7 +335,7 @@ static void _SINGING_SWORD_equip(item_def *item, bool *show_msgs, bool unmeld)
if (!item->props.exists("ss_welcome"))
{
- mprf(MSGCH_TALK, "The sword says, \"Hi! I'm the Singing Sword!\"");
+ mpr("The sword says, \"Hi! I'm the Singing Sword!\"", MSGCH_TALK);
item->props["ss_welcome"].get_bool() = true;
}
else