Change wall of water color to bright blue

Differentiates it from a pool of water, with the same logic as
wall of lava is different from pool of lava.
This commit is contained in:
Pasi Kallinen
2023-09-10 20:48:37 +03:00
parent 0a7cdeae3c
commit ef296e7ad9

View File

@@ -146,7 +146,7 @@
"raised drawbridge", CLR(CLR_BROWN))
PCHAR( 46, ' ', S_air, "air", CLR(CLR_CYAN))
PCHAR( 47, '#', S_cloud, "cloud", CLR(CLR_GRAY))
PCHAR( 48, '}', S_water, "water", CLR(CLR_BLUE))
PCHAR( 48, '}', S_water, "water", CLR(CLR_BRIGHT_BLUE))
/* end dungeon characters */
/* */
/* begin traps */