From 4f75629a32b5916889fbdd2b4e1355b94b7139c6 Mon Sep 17 00:00:00 2001 From: Unknownity Date: Fri, 23 Aug 2024 17:07:20 +0200 Subject: [PATCH] Renegade hive color switch To make Renegades look more different from other hives. --- code/modules/mob/living/carbon/xenomorph/hive_status.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/hive_status.dm b/code/modules/mob/living/carbon/xenomorph/hive_status.dm index 9c8b54dad483..131859d0d129 100644 --- a/code/modules/mob/living/carbon/xenomorph/hive_status.dm +++ b/code/modules/mob/living/carbon/xenomorph/hive_status.dm @@ -1199,8 +1199,8 @@ reporting_id = "renegade" hivenumber = XENO_HIVE_RENEGADE prefix = "Renegade " - color = "#9c7a4d" - ui_color ="#80705c" + color = "#ffae00" + ui_color ="#ad732c" dynamic_evolution = FALSE allow_queen_evolve = FALSE