summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:03:13 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:03:13 +0000
commit71c477015d777e6a7d893475639e935f0d213f70 (patch)
tree51ef60ad916b03ee59889b06835a9108d20e37f5 /crawl-ref/source/spells3.cc
parent3ccb14b7c9d657ec680d1c10809ff8c6864dd4af (diff)
downloadcrawl-ref-71c477015d777e6a7d893475639e935f0d213f70.tar.gz
crawl-ref-71c477015d777e6a7d893475639e935f0d213f70.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5663 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 881d65e272..99f8513791 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -463,7 +463,7 @@ static bool _summon_demon_wrapper(int pow, bool god_gift, monster_type mon,
{
success = true;
- mprf("A demon appears!");
+ mpr("A demon appears!");
if (!player_angers_monster(&menv[monster]) && !friendly)
{