summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-10 23:13:55 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-10 23:19:31 +0530
commit5871154a2e85ccd38874e88dea22083ced372141 (patch)
treeb402b490bc7a7cacf46791a90dd036173418af3a /crawl-ref/source/shopping.cc
parent8a78afdcea14016d0471fe74cc66a943c8fd616a (diff)
downloadcrawl-ref-5871154a2e85ccd38874e88dea22083ced372141.tar.gz
crawl-ref-5871154a2e85ccd38874e88dea22083ced372141.zip
Amulet of Faith, mark I.
Amulets of faith have these effects: - Piety gain is 1/3 faster. - Gods that protect from harm are more likely to do so (your piety is 1/3rd higher for such checks). - Xom piety walk is 1/3 faster. - Xom is more likely to act. - Removing the amulet leaches away some piety, but will never cause excommunication, or drop piety too close to excommunication. Amulets auto-id if the player already has a religion, or when the player acquires a religion while wearing the amulet.
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 94cd11e25e..45b4f90a1f 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1793,6 +1793,7 @@ unsigned int item_value( item_def item, bool ident )
break;
case AMU_THE_GOURMAND:
case AMU_GUARDIAN_SPIRIT:
+ case AMU_FAITH:
valued += 35;
break;
case AMU_CLARITY: