Other small changes: - default yesno for renouncing religion to 'n' - plants and fungi aren't "interesting", even when OOD - added WIZ designator to listed saved characters
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2031 c06c8d41-db1a-0410-9941-cceddc491573
QUFPPRIIRXHUFEDH3EFES7CSHTA7GG2DAXTRHUAUQBYMSWK4BP6AC Z42PAEBKCSMEQ5ALBM25HERM3QDIUWMQTQODJOPRVOJAEGIWU3UAC WDEFQ6YABDQIGJXW5KT3OGR3EO6FZHXZELIRVIXQ4XDYTVOV5V6AC SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC 74LQ7JXVLAFSHLI7LCBKFX47CNTYSKGUQSXNX5FCIUIGCC2JTR3QC KX23OEQBBLMQHTFCA4TYYEGLHCETXVZCXALYR5U5RELKJMMB66SAC V6REAY6RCAG2QQ4BO54GHYOVTNCYHTLERJCIZJPSANXFBINZOTXAC RREJL4WZKWFEMA62AC5G5UDTOXMW4UULIQXVA5RPFASPODMHQZ7AC RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC -- Smarter autopickup handling that takes into account the item type-- in combination with your character's race, religion, knowledge,-- and eating habits.
-- Smarter autopickup handling that takes into account the-- item type in combination with your character's race,-- religion, knowledge, and eating habits.
-- * This script only handles items of classes with autopickup on.-- * Any result can still be overridden using autopickup_exceptions.---------------------------------------------------------------------------
-- * This script only handles items of classes with-- autopickup on.-- * Any result can still be overridden using-- autopickup_exceptions.------------------------------------------------------------
if (yesno("Really renounce your faith, foregoing its fabulous benefits?")&& yesno( "Are you sure you won't change your mind later?" ))
if (yesno("Really renounce your faith, foregoing its fabulous benefits?",false, 'n')&& yesno("Are you sure you won't change your mind later?",false, 'n' ))
# White space is stripped from the begining and end of the line, as well# as imediately before and after the '='. If the option allows multiple
# White space is stripped from the beginning and end of the line, as well# as immediately before and after the '='. If the option allows multiple