summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-23 12:52:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-23 12:52:53 +0000
commit48eec8976570d492636297c7fe7ae66c21df2055 (patch)
treec1b2c4fa798b8489ef472ec54b36d2a18935d5f9
parent3ae1ce7f4d3473abc5b4b4f6953509c29fcea87d (diff)
downloadcrawl-ref-48eec8976570d492636297c7fe7ae66c21df2055.tar.gz
crawl-ref-48eec8976570d492636297c7fe7ae66c21df2055.zip
[1600272] Updated AotG description.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@482 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/describe.cc14
1 files changed, 5 insertions, 9 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 1c1bad3568..40747fbef5 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2693,15 +2693,11 @@ static std::string describe_jewellery( const item_def &item, bool verbose)
case AMU_THE_GOURMAND:
description +=
- "This amulet allows its wearer to digest raw meat "
- "even when not hungry. Its effects on the wearer's digestion "
- "and palate are cumulative over time, and are initially small.";
- /*
- "This amulet allows its wearer to consume meat in "
- "various states of decay without suffering unduly as "
- "a result. Poisonous or cursed flesh is still not "
- "recommended. ";
- */
+ "This amulet immediately fully protects its wearer from "
+ "sickness from eating fresh raw meat and allows them to "
+ "digest it when not hungry, but its effects on the wearer's "
+ "digestion are cumulative over time, and are initially "
+ "small.";
break;
case AMU_CONSERVATION: