summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-24 20:43:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-24 20:43:53 +0000
commitc387404526226dc9bf716045e5c4d201488996d0 (patch)
treef9fd976119549e2fbba94f7a0a968a091e994e69 /crawl-ref
parent5dc0f00b8988c0e11bc13e47b0848cb9c2f64e00 (diff)
downloadcrawl-ref-c387404526226dc9bf716045e5c4d201488996d0.tar.gz
crawl-ref-c387404526226dc9bf716045e5c4d201488996d0.zip
Describe the effects of the fur mutation in its "mutation gain"
messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9201 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mutation.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 872f21866c..93bd0857d6 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -290,9 +290,9 @@ const char *mutation_descrip[NUM_MUTATIONS][3] = {
{"You like to eat raw meat.", "", ""},
- {"You are covered in fur.",
- "You are covered in thick fur.",
- "Your thick and shaggy fur keeps you warm."},
+ {"You are covered in fur (AC + 1).",
+ "You are covered in thick fur (AC + 2).",
+ "Your thick and shaggy fur keeps you warm (AC + 3, heat resistant)."},
{"You have an increased reservoir of magic (+10 percent mp).",
"You have a strongly increased reservoir of magic (+20 percent mp).",