From d929dd0063ee4f6c373456aaeabcd94d86896c0e Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 19:06:15 -0600 Subject: Switch angels from maces to whips. As before, speed and healing can compensate for the loss in damage. --- crawl-ref/source/mon-gear.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-gear.cc') diff --git a/crawl-ref/source/mon-gear.cc b/crawl-ref/source/mon-gear.cc index 9f8b8785bd..978b948af1 100644 --- a/crawl-ref/source/mon-gear.cc +++ b/crawl-ref/source/mon-gear.cc @@ -645,7 +645,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level, item.colour = YELLOW; // forced by force_item above {dlb} item.sub_type = (one_chance_in(4) ? WPN_HOLY_SCOURGE - : WPN_MACE); + : WPN_WHIP); set_equip_desc(item, ISFLAG_GLOWING); set_item_ego_type(item, OBJ_WEAPONS, SPWPN_HOLY_WRATH); -- cgit v1.2.3-54-g00ecf