summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-13 18:43:10 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-13 18:43:10 +0000
commit752852f87be65b7768538720edd04c19a58e6085 (patch)
treeea5bbdb4cdfe777d0daafc6578cbd2f1db03f360 /crawl-ref/source/mutation.cc
parentc29226331c18192435cb10802ecd42ae398fae4f (diff)
downloadcrawl-ref-752852f87be65b7768538720edd04c19a58e6085.tar.gz
crawl-ref-752852f87be65b7768538720edd04c19a58e6085.zip
Fix 2089248: misinformation in vampire A! screen.
Fix 2085745: bats being able to open/close doors. Make the items on the 'V' screen use their real colour rather than some odd colour scheme to represent artefact status (which is already obvious by the name, though menu colouring might be more helpful). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6915 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index eb71937c0d..f0b36f027a 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1453,7 +1453,7 @@ static void _display_vampire_attributes()
//Alive Full Satiated Thirsty Near... Bloodless
{"Metabolism ", "very fast ", "fast ", "fast ", "normal ", "slow ", "none "},
- {"Regeneration ", "very fast ", "fast ", "normal ", "normal ", "slow ", "none "},
+ {"Regeneration ", "very fast ", "fast ", "normal ", "slow ", "slow ", "none "},
{"Stealth boost ", "none ", "none ", "none ", "minor ", "major ", "large "},
@@ -1464,7 +1464,7 @@ static void _display_vampire_attributes()
{"Cold resistance ", " ", " ", " ", " + ", " + ", " ++ "},
- {"Negative resistance ", " ", " ", " ", " + ", " ++ ", " +++ "},
+ {"Negative resistance ", " ", " ", " + ", " ++ ", " +++ ", " +++ "},
{"Torment resistance ", " ", " ", " ", " ", " ", " + "},