From dcbbee03550116ef26720ccabf543efb15b965a6 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 4 Oct 2009 10:08:24 +0200 Subject: Enable monsters to drink potions of might. This adds new beam and enchantment types, so probably breaks save compatibility. --- crawl-ref/source/item_use.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index ff35c58065..f074ea20a0 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -4770,6 +4770,7 @@ static void _vulnerability_scroll() const enchant_type lost_enchantments[] = { ENCH_SLOW, ENCH_HASTE, + ENCH_MIGHT, ENCH_FEAR, ENCH_CONFUSION, ENCH_INVIS, -- cgit v1.2.3-54-g00ecf