From b11415f3745f62d1b5c86707d7538f534a916639 Mon Sep 17 00:00:00 2001 From: userbaza <125128282+userbaza@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:59:05 +0300 Subject: [PATCH] tweak: client.color matrix for vulps and tajaras (#3778) --- code/__DEFINES/misc.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 3f831eba48c..b04e0213f55 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -251,13 +251,13 @@ 0.33, 0.33, 0.33,\ 0.33, 0.33, 0.33) -#define MATRIX_VULP_CBLIND list(0.5,0.4,0.1,\ - 0.5,0.4,0.1,\ - 0.0,0.2,0.8) +#define MATRIX_VULP_CBLIND list(0.51, 0.4, 0.12,\ + 0.49, 0.41, 0.12,\ + 0, 0.2, 0.76) -#define MATRIX_TAJ_CBLIND list(0.4,0.2,0.4,\ - 0.4,0.6,0.0,\ - 0.2,0.2,0.6) +#define MATRIX_TAJ_CBLIND list(0.95, 0.07, 0,\ + 0, 0.44, 0.52,\ + 0.05, 0.49, 0.48) /* Used for wire name appearances. Replaces the color name on the left with the one on the right.