Change fountains to bright blue

It's "sparkling water" after all, and makes it more obvious they're
different from water.
This commit is contained in:
Pasi Kallinen
2016-06-11 22:43:55 +03:00
parent 01d580cc0a
commit 2ca57b9969

View File

@@ -169,7 +169,7 @@ const struct symdef defsyms[MAXPCHARS] = {
{ '|', "grave", C(CLR_GRAY) }, /* grave */
{ '\\', "opulent throne", C(HI_GOLD) }, /* throne */
/*30*/ { '#', "sink", C(CLR_GRAY) }, /* sink */
{ '{', "fountain", C(CLR_BLUE) }, /* fountain */
{ '{', "fountain", C(CLR_BRIGHT_BLUE) }, /* fountain */
{ '}', "water", C(CLR_BLUE) }, /* pool */
{ '.', "ice", C(CLR_CYAN) }, /* ice */
{ '}', "molten lava", C(CLR_RED) }, /* lava */