summaryrefslogtreecommitdiffstats
path: root/crawlrc
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-02-17 05:32:35 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-02-17 05:32:35 -0500
commit3699c230aeb9c620ea722cb37b83779c92676c8a (patch)
treefe3b65d58e140d534b84a1033dd347fcd97ffdb4 /crawlrc
parent4d3e5bd899413379371e7a163decc3651171ba72 (diff)
downloadconf-3699c230aeb9c620ea722cb37b83779c92676c8a.tar.gz
conf-3699c230aeb9c620ea722cb37b83779c92676c8a.zip
gain ability potions are mutations, and so are bad for undead
Diffstat (limited to 'crawlrc')
-rw-r--r--crawlrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawlrc b/crawlrc
index 528a353..7111bc6 100644
--- a/crawlrc
+++ b/crawlrc
@@ -275,13 +275,15 @@ menu_colour = cyan:^misc.*[lL]antern
# }}}
# Good items {{{
menu_colour = magenta:^scroll.*(acquirement)
-menu_colour = magenta:^potion.*(gain (strength|dexterity|intelligence))
menu_colour = magenta:^potion.*(experience|magic)
: if not you_undead() then
+menu_colour = magenta:^potion.*(gain (strength|dexterity|intelligence))
menu_colour = magenta:^potion.*(of mutation)
autopickup_exceptions = <potion.*(of mutation)
: else
+menu_colour = lightred:^potion.*(gain (strength|dexterity|intelligence))
menu_colour = lightred:^potion.*(of mutation)
+autopickup_exceptions = >potion.*(gain (strength|dexterity|intelligence))
: end
# }}}
# Dangerous items {{{