From ccf02706ea3d85528f8519f62670881e71dbd35e Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Sat, 27 Feb 2016 22:07:30 -0500 Subject: [PATCH] lighten color --- code/modules/reagents/chemistry/reagents/blob_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/blob_reagents.dm b/code/modules/reagents/chemistry/reagents/blob_reagents.dm index 7cea1f5bae1..a06750a0a2d 100644 --- a/code/modules/reagents/chemistry/reagents/blob_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/blob_reagents.dm @@ -503,7 +503,7 @@ id = "adaptive_nexuses" description = "will do medium brute damage and kill unconscious targets, giving you bonus resources." shortdesc = "will do medium brute damage and kill unconscious targets, giving your overmind bonus resources." - color = "#31458C" + color = "#4A64C0" complementary_color = "#823ABB" /datum/reagent/blob/adaptive_nexuses/reaction_mob(mob/living/M, method=TOUCH, reac_volume, show_message, touch_protection, mob/camera/blob/O)