From b794d555277836316ec842421c5287ff50641ff9 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 22 Dec 2006 13:42:49 +0000 Subject: Added option 'autopickup_no_burden' which, if set, will prevent autopickup from picking up items beyond the burden limit. (Partial pickup will take place if you can take some of the items for a stack, e.g., 3 of the 5 potions of healing.) Defaults to false. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@692 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mutation.cc') diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc index 03174b9b99..19358af48f 100644 --- a/crawl-ref/source/mutation.cc +++ b/crawl-ref/source/mutation.cc @@ -1160,7 +1160,7 @@ bool mutate(int which_mutation, bool failMsg) } // Undead bodies don't mutate, they fall apart. -- bwr - // except for demonspawn in lichform -- haranp + // except for demonspawn (or other permamutations) in lichform -- haranp if (you.is_undead && !demonspawn) { if ((!wearing_amulet(AMU_RESIST_MUTATION) && coinflip()) -- cgit v1.2.3-54-g00ecf