From e4aa14aed90758b647b415d5b4eae7eb5238c244 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 28 Mar 2008 03:22:47 +0000 Subject: Fix the summoning used by the reinforcement blessing, so that collateral kills are properly accepted from such reinforcements (oops). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3906 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 63211593b6..c29be500bc 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -776,7 +776,7 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent) monster->x, monster->y, 1 + random2(3), monster->kill_alignment() ); } - + switch (killer) { case KILL_YOU: /* You kill in combat. */ -- cgit v1.2.3-54-g00ecf