From 45afe28ca969a677f7a5bfe9f5ac7e8868f6f089 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 15 Mar 2009 01:28:50 +0000 Subject: Add yet more miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9489 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells3.cc') diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc index 019f503aea..0b4ce3865c 100644 --- a/crawl-ref/source/spells3.cc +++ b/crawl-ref/source/spells3.cc @@ -602,7 +602,7 @@ bool cast_summon_horrible_things(int pow, god_type god) mgen_data(MONS_TENTACLED_MONSTROSITY, BEH_FRIENDLY, 6, SPELL_SUMMON_HORRIBLE_THINGS, you.pos(), MHITYOU, - 0, god)); + MG_FORCE_BEH, god)); if (monster != -1) { @@ -1012,7 +1012,7 @@ bool cast_simulacrum(int pow, god_type god) mgen_data(MONS_SIMULACRUM_SMALL, BEH_FRIENDLY, 6, SPELL_SIMULACRUM, you.pos(), MHITYOU, - 0, god, mon)); + MG_FORCE_BEH, god, mon)); if (monster != -1) { -- cgit v1.2.3-54-g00ecf