From cac38e346d15026b46a9449a8b2ba0607c1a95f9 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Mon, 11 Jan 2010 13:20:54 +0530 Subject: Mark Okawaru wrath minions as summoned. --- crawl-ref/source/godwrath.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/godwrath.cc') 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() -- cgit v1.2.3-54-g00ecf