Use dark gray instead of black for Korax's chat lines.

This is mainly because GZDoom uses literal BLACK to print those to the terminal
and, obviously, black text on a black background isn't legible.
This commit is contained in:
Mari the Deer 2023-11-30 13:08:01 +01:00
commit ed538f7efe
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1035 \cu(Wed 29 Nov 11:32:43 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1035 \cu(2023-11-29 11:32:43)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1036 \cu(Thu 30 Nov 13:08:01 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1036 \cu(2023-11-30 13:08:01)\c-";

View file

@ -69,7 +69,7 @@ extend Class SWWMStatusBar
}
if ( koraxline )
{
Console.PrintfEx(PRINT_CHAT,"\cmKorax\c*: "..msg.."\c*");
Console.PrintfEx(PRINT_CHAT,"\cuKorax\c*: "..msg.."\c*");
return true;
}
bool ispuzzle = false;
@ -191,7 +191,7 @@ extend Class SWWMStatusBar
mainframeline = true;
if ( mainframeline )
{
Console.PrintfEx(PRINT_CHAT,"\cmAI Mainframe\c*: "..msg.."\c*");
Console.PrintfEx(PRINT_CHAT,"\cuAI Mainframe\c*: "..msg.."\c*");
return true;
}
if ( !fnt || (fnt == smallfont) )