summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-01 11:50:21 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-01 11:51:07 -0600
commitfde948014517c0486207e6b369e777502f2e5511 (patch)
tree9bc5586a4b158cc316692f337b9f25cb76bc586a /crawl-ref/source/colour.h
parent1fb4a8139f535478e97e7b2fda9c81208b586804 (diff)
downloadcrawl-ref-fde948014517c0486207e6b369e777502f2e5511.tar.gz
crawl-ref-fde948014517c0486207e6b369e777502f2e5511.zip
Add various color-related fixes.
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index 4a6e092279..8c896d9148 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -34,6 +34,9 @@ enum element_type
ETC_DWARVEN, // used for colouring dwarf fabric items
ETC_ORCISH, // used for colouring orc fabric items
ETC_GILA, // gila monster colours
+ ETC_KRAKEN, // kraken colours
+ ETC_UGLY, // random ugly thing colours
+ ETC_VERY_UGLY, // random very ugly thing colours
ETC_FLOOR, // colour of the area's floor
ETC_ROCK, // colour of the area's rock
ETC_STONE, // colour of the area's stone
@@ -44,8 +47,6 @@ enum element_type
ETC_GOLD, // colour of gold
ETC_IRON, // colour of iron
ETC_BONE, // colour of bone
- ETC_UGLY, // random ugly thing colour
- ETC_VERY_UGLY, // random very ugly thing colour
ETC_RANDOM // any colour (except BLACK)
};