From 356e09656a540d97c0e09a87ec0d2fd26e1b1429 Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Thu, 9 May 2024 22:33:50 +0200 Subject: [PATCH] Universal instead of human custom blood color --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index c74e2f9ee8..2dc9e2f934 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -110,7 +110,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) // Added by SPLURT (Custom Blood Color) var/custom_blood_color = FALSE - var/blood_color = BLOOD_COLOR_HUMAN + var/blood_color = BLOOD_COLOR_UNIVERSAL /// var/uses_glasses_colour = 0