summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-22 06:33:28 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-22 06:33:28 +0000
commitf6f2678aadaa63aa091c7a1282894487518f211a (patch)
treea670e253419131cad593cdd96de8db9b3ed95066
parentd56e934e666fdb63d2f434623a448e8298ef5f54 (diff)
downloadcrawl-ref-f6f2678aadaa63aa091c7a1282894487518f211a.tar.gz
crawl-ref-f6f2678aadaa63aa091c7a1282894487518f211a.zip
Minor tweak to "make monster summoned" interface.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7909 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index f5d38f854b..ba865723ff 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -4810,6 +4810,7 @@ void wizard_make_monster_summoned(monsters* mon)
}
mon->mark_summoned(dur, true, type);
+ mpr("Monster is now summoned.");
}
void wizard_polymorph_monster(monsters* mon)