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:
@@ -146,7 +146,7 @@
|
|||||||
"raised drawbridge", CLR(CLR_BROWN))
|
"raised drawbridge", CLR(CLR_BROWN))
|
||||||
PCHAR( 46, ' ', S_air, "air", CLR(CLR_CYAN))
|
PCHAR( 46, ' ', S_air, "air", CLR(CLR_CYAN))
|
||||||
PCHAR( 47, '#', S_cloud, "cloud", CLR(CLR_GRAY))
|
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 */
|
/* end dungeon characters */
|
||||||
/* */
|
/* */
|
||||||
/* begin traps */
|
/* begin traps */
|
||||||
|
|||||||
Reference in New Issue
Block a user