summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
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()