Skip to content

Commit

Permalink
tweak: client.color matrix for vulps and tajaras (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
userbaza authored Oct 27, 2023
1 parent 386f686 commit b11415f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/__DEFINES/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b11415f

Please sign in to comment.