summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/autopickup_exceptions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Don't autopickup known amulets of guardian spirit, but do rings whose power ↵Adam Borowski2009-12-111-4/+2
| | | | | | stacks. The only way to have amulet type identified is to already have one.
* * Don't count chunks as "useless" (even if inedible) if the player knowsj-p-e-g2009-03-091-4/+1
| | | | | | | | | Sublimation of Blood or Simulacrum. * Fix missing message flush when memorising spells. (This should probably be handled globally in prompt_invent_item().) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9398 c06c8d41-db1a-0410-9941-cceddc491573
* Fix dangling inscription for coagulated blood.j-p-e-g2008-07-151-1/+10
| | | | | | | | Properly use settings to decide whether to pick up useless or inedible stuff rather than forcing autopickup to be forbidden. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6554 c06c8d41-db1a-0410-9941-cceddc491573
* Some more tweaks to starting equipment and skills.j-p-e-g2008-07-111-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6498 c06c8d41-db1a-0410-9941-cceddc491573
* Add missing amulet types to autopickup_exceptions.txt (BR 2013462)j-p-e-g2008-07-111-2/+2
| | | | | | | | Add short descriptions of Makhleb's powers. Fix wrong colouring of single level resistances. (BR 2015107) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6493 c06c8d41-db1a-0410-9941-cceddc491573
* Remove pickup.lua.j-p-e-g2008-06-091-9/+6
| | | | | | | | | Make menu_colour_item_prefix also apply for autopickup_exceptions, so you can exclude, for example, all evil_eating at once. Fix Vampires "continuing draining" after having "stopped". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5666 c06c8d41-db1a-0410-9941-cceddc491573
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-60/+1
| | | | | | | | | | | | | | | | | | | | | | | functions for menu colouring and pickup... Added: emergency_item, good_item, dangerous_item, bad_item, and useless_item, all taking into account player species and mutations, so e.g. =see invisible is useless for Naga, and !poison is always bad but only useless if you don't know Evaporate. Never autopickup useless, dangerous (e.g. ?immolation) or inedible items, and simplify the item colour/pickup options accordingly. I'll have to see if pickup.lua is still even needed after this. Removed the menu_colour_prefix_id option as I can't see any reason to turn it off. Oh, and fixed a bug where Kenku were unable to stop levitating if they gained level 15 while levitating. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5658 c06c8d41-db1a-0410-9941-cceddc491573
* Remove scrolls of fog from the list of useless items, since they can bezelgadis2008-05-301-1/+1
| | | | | | | used to interrupt line-of-sight. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5339 c06c8d41-db1a-0410-9941-cceddc491573
* Spaces can't be put around the '|' which divide alternate strings in azelgadis2008-05-291-9/+54
| | | | | | | | | | regexp, because the spaces become part of the regexp. Also, added exceptions for non-vampires and potions of blood, mummies and any potions or food, and a bunch of race related armour exceptions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5327 c06c8d41-db1a-0410-9941-cceddc491573
* Added several include files to the init.txt. These add colours to items indploog2008-05-281-0/+46
the inventory (or other menus) and to messages. Most controversial will be food_colouring which colour codes chunks andcorpses based on their quality. Note that these files are included by default. Thanks go to a great many ##crawl activists, among them b0rsuk, doy, ekiM, stabwound. To do: Examining corpses and chunks should show their edible state as well. Several of the colours should be globally defined; see FR 1977121 for this. Also copy the highlighting of marked items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5319 c06c8d41-db1a-0410-9941-cceddc491573