summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-11 13:20:54 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-11 13:20:54 +0530
commitcac38e346d15026b46a9449a8b2ba0607c1a95f9 (patch)
treea5247406bf3ad84718978dd1f8d961c126e666cf /crawl-ref/source/godwrath.cc
parentf2aa833106b5c91a41275620b29fdd94051fc3f1 (diff)
downloadcrawl-ref-cac38e346d15026b46a9449a8b2ba0607c1a95f9.tar.gz
crawl-ref-cac38e346d15026b46a9449a8b2ba0607c1a95f9.zip
Mark Okawaru wrath minions as summoned.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index 5be08ab8f1..a2ad1c79ed 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -91,8 +91,9 @@ static bool _okawaru_random_servant()
: MONS_TITAN); // 5%
return (create_monster(
- mgen_data::hostile_at(mon_type, "the fury of Okawaru",
- true, 0, 0, you.pos(), 0, GOD_OKAWARU)) != -1);
+ mgen_data::hostile_at(mon_type, "the fury of Okawaru",
+ true, 6, MON_SUMM_WRATH, you.pos(), 0,
+ GOD_OKAWARU)) != -1);
}
static bool _tso_retribution()