summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 658bec6d19..f4d41d54a0 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1344,6 +1344,9 @@ static brand_type _determine_weapon_brand(const item_def& item, int item_level)
break;
case WPN_WHIP:
+ if (one_chance_in(12))
+ rc = SPWPN_HOLY_WRATH;
+
if (one_chance_in(10))
rc = SPWPN_PAIN;