summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-11 00:32:18 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-11 00:32:18 +0100
commitb4339d19739c54798ce6bc97a3f02384f25aa53f (patch)
treeb4c44c3b6de0d9d22c61808e0b30c7182a331245 /crawl-ref/settings
parentabc77db2dbcd6cdaa0f36e29ca86aa18f3dea58a (diff)
downloadcrawl-ref-b4339d19739c54798ce6bc97a3f02384f25aa53f.tar.gz
crawl-ref-b4339d19739c54798ce6bc97a3f02384f25aa53f.zip
Don't autopickup known amulets of guardian spirit, but do rings whose power stacks.
The only way to have amulet type identified is to already have one.
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/autopickup_exceptions.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/settings/autopickup_exceptions.txt b/crawl-ref/settings/autopickup_exceptions.txt
index 635bf1ec09..f04a255bf7 100644
--- a/crawl-ref/settings/autopickup_exceptions.txt
+++ b/crawl-ref/settings/autopickup_exceptions.txt
@@ -28,8 +28,6 @@ ae = dangerous_item
# subtype that means you already have one of it.) Also for some rings.
# Some items may already be excluded as bad_item, e.g. inaccuracy.
ae = amulet of (inaccuracy|the gourmand|controlled flight|warding)
-ae = amulet of (resist .*|clarity|rage|conservation)
+ae = amulet of (resist .*|clarity|rage|conservation|guardian spirit)
ae = ring of (see invisible|levitation|poison resistance|hunger)
-ae = ring of (fire|ice|sustenance|invisibility)
-ae = ring of (magical power|regeneration)
-
+ae = ring of (invisibility)