summaryrefslogtreecommitdiffstats
path: root/crawlrc
diff options
context:
space:
mode:
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 {{{