git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4926 c06c8d41-db1a-0410-9941-cceddc491573
MKJLH3WVCKLKOSGNLQUUUJQZVU5A6DSLSK4ZP5QTAGWUVYV4XHUQC
(temp_rand == 0) ? "brilliant" :
(temp_rand == 1) ? "pale" :
(temp_rand == 2) ? "mottled" :
(temp_rand == 3) ? "shimmering" :
(temp_rand == 4) ? "bright" :
(temp_rand == 5) ? "dark" :
(temp_rand == 6) ? "shining"
: "faint";
(temp_rand == 0) ? "brilliant" :
(temp_rand == 1) ? "pale" :
(temp_rand == 2) ? "mottled" :
(temp_rand == 3) ? "shimmering" :
(temp_rand == 4) ? "bright" :
(temp_rand == 5) ? "dark" :
(temp_rand == 6) ? "shining"
: "faint";