summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-gear.cc')
-rw-r--r--crawl-ref/source/mon-gear.cc2
1 files changed, 1 insertions, 1 deletions
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);