summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 01:28:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 01:28:50 +0000
commit45afe28ca969a677f7a5bfe9f5ac7e8868f6f089 (patch)
tree4eb28efc262bc137b7316bbc57129a6e66e2053f /crawl-ref/source/spells3.cc
parent2c759731651056d6660a1b0fb720bb1202212932 (diff)
downloadcrawl-ref-45afe28ca969a677f7a5bfe9f5ac7e8868f6f089.tar.gz
crawl-ref-45afe28ca969a677f7a5bfe9f5ac7e8868f6f089.zip
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
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
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)
{