From ca6c59d0e32303051bc9a6bf636a96bf3ae0f7d9 Mon Sep 17 00:00:00 2001 From: Casper3667 Date: Tue, 25 May 2021 14:33:58 +0200 Subject: [PATCH] Vaurca darkvision color update (#11938) --- code/modules/client/client_color.dm | 2 +- html/changelogs/VaurcaVision.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/VaurcaVision.yml diff --git a/code/modules/client/client_color.dm b/code/modules/client/client_color.dm index 21f558fbd88..4b2bb5d86ff 100644 --- a/code/modules/client/client_color.dm +++ b/code/modules/client/client_color.dm @@ -96,7 +96,7 @@ priority = 300 /datum/client_color/vaurca - client_color = list(0, 0, 0.297, 0, 0, 0.739, 0, 0, 0.100) + client_color = list(0.793, 0.297, 0, 0.297, 0.539, 0, 0, 0, 0) priority = 100 /datum/client_color/deuteranopia diff --git a/html/changelogs/VaurcaVision.yml b/html/changelogs/VaurcaVision.yml new file mode 100644 index 00000000000..20944ab45d0 --- /dev/null +++ b/html/changelogs/VaurcaVision.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - tweak: "Vaurca's darkvision color has been changed."