summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-07-04 12:11:29 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-07-04 12:13:16 -0500
commite8375680fcf382f1eb257e555bc5ef147f73a675 (patch)
tree5e672546351d3526a1518da879ffaa2e88032c5c /crawl-ref/source/colour.cc
parente51c6dc2c74f28635b9045d89fd4a45a0f420c54 (diff)
downloadcrawl-ref-e8375680fcf382f1eb257e555bc5ef147f73a675.tar.gz
crawl-ref-e8375680fcf382f1eb257e555bc5ef147f73a675.zip
Rename element color ETC_GILA to ETC_FLASH.
Gila monsters are no longer in the game, the color is primarily used for the Cloak of Flash artefact, and the colors in it are rather flashy anyway, so this is a more appropriate name.
Diffstat (limited to 'crawl-ref/source/colour.cc')
-rw-r--r--crawl-ref/source/colour.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/colour.cc b/crawl-ref/source/colour.cc
index 49e1ea82d5..6ee930ee87 100644
--- a/crawl-ref/source/colour.cc
+++ b/crawl-ref/source/colour.cc
@@ -448,7 +448,7 @@ void init_element_colours()
20, MAGENTA,
0));
add_element_colour(_create_random_element_colour_calc(
- ETC_GILA, "gila",
+ ETC_FLASH, "flash",
30, LIGHTMAGENTA,
30, MAGENTA,
30, YELLOW,