]> granicus.if.org Git - nethack/commitdiff
Change fountains to bright blue
authorPasi Kallinen <paxed@alt.org>
Sat, 11 Jun 2016 19:43:55 +0000 (22:43 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 11 Jun 2016 19:43:58 +0000 (22:43 +0300)
It's "sparkling water" after all, and makes it more obvious they're
different from water.

src/drawing.c

index d25b50eaec0e8d2190a764c20b186a637c55b693..4a16c1f9004f76481cb89e09a1aa110015116978 100644 (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 */