From 5bff1f9ef470332cb00d6a13541b3f915ad5442b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 14 May 2025 17:56:59 +0200 Subject: [PATCH] ru:: the columns are more visible --- rogueviz/ru/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/ru/globals.cpp b/rogueviz/ru/globals.cpp index b6bf01dc..224ed1bb 100644 --- a/rogueviz/ru/globals.cpp +++ b/rogueviz/ru/globals.cpp @@ -87,7 +87,7 @@ ruwall walls[qwall] = { {"orange portal", "=", 0xC08040FF, W_TRANS, "Orange portal."}, {"platform", "-", 0xFFFFFFFF, W_PLATFORM | W_TRANS | W_BLOCKBIRD, "You can fall down through such platforms."}, {"staircase", "-", 0xFFFF80FF, W_PLATFORM | W_TRANS | W_STAIRCASE, "You can climb staircases and ladders." }, - {"column", "|", 0x40404080, W_TRANS | W_BLOCKBIRD, "A background decoration." }, + {"column", "|", 0x90909080, W_TRANS | W_BLOCKBIRD, "A background decoration." }, {"forge", "&", 0xB0202080, W_TRANS | W_PAIN, "Used by runesmiths."}, {"wooden wall", "#", 0xFF8000FF, W_BLOCK | W_STABLE, "These kinds of tough walls can be destroyed with fire."}, {"shop door", "#", 0xFFD500FF, W_TRANS, "A powerful door, to protect against shoplifters."},