summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 03:48:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-31 03:48:07 +0000
commit7b01d6eec2c97936fc50fb67262985d0e9eab7b9 (patch)
tree2f3a3955b4f627903383039c9c9c96e20a526378 /crawl-ref/source
parenta4ac6194c05b8b747564a0eab4d624b1da5854ca (diff)
downloadcrawl-ref-7b01d6eec2c97936fc50fb67262985d0e9eab7b9.tar.gz
crawl-ref-7b01d6eec2c97936fc50fb67262985d0e9eab7b9.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8049 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 6e04e4dca2..f8e60b4d48 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -5406,7 +5406,7 @@ static bool _handle_scroll(monsters *monster)
mprf("%s appears!", menv[mon].name(DESC_CAP_A).c_str());
}
else if (you.can_see(monster))
- mpr("Nothing appears to happen.");
+ canned_msg(MSG_NOTHING_HAPPENS);
}
break;
}