From 055c191e7e38dcab61da4bac4f86e5fee19f3132 Mon Sep 17 00:00:00 2001 From: DrPainis <79603707+DrPainis@users.noreply.github.com> Date: Fri, 9 Apr 2021 00:55:08 -0400 Subject: [PATCH] replaces diarrhea with mustard yes --- code/__DEFINES/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index fe139fff10..32d961d77d 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -159,7 +159,7 @@ GLOBAL_LIST_EMPTY(bloody_footprints_cache) #define BLOOD_COLOR_SLIME "#00ff90" #define BLOOD_COLOR_LIZARD "#db004D" #define BLOOD_COLOR_UNIVERSAL "#db3300" -#define BLOOD_COLOR_BUG "#a37c0f" +#define BLOOD_COLOR_BUG "#ffc933" #define BLOOD_COLOR_PLANT "#3d610e"