summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 9d9bfa4ba8..55b78e9655 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -68,7 +68,7 @@ int str_to_colour( const std::string &str, int default_colour )
{
"fire", "ice", "earth", "electricity", "air", "poison", "water",
"magic", "mutagenic", "warp", "enchant", "heal", "holy", "dark",
- "necro", "necro", "unholy", "vehumet", "crystal", "blood", "smoke",
+ "death", "necro", "unholy", "vehumet", "crystal", "blood", "smoke",
"slime", "jewel", "elven", "dwarven", "orcish", "gila", "floor",
"rock", "stone", "random"
};