From b3c2cea59c310f8586680dd9012f172dc68ecf52 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Sun, 13 Aug 2017 21:48:41 +0100 Subject: [PATCH] Fixes Promethean Humans looking really, really bad --- code/modules/organs/organ_icon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/organ_icon.dm b/code/modules/organs/organ_icon.dm index caacbdd1736..8cf9099978f 100644 --- a/code/modules/organs/organ_icon.dm +++ b/code/modules/organs/organ_icon.dm @@ -160,7 +160,7 @@ var/global/list/limb_icon_cache = list() if(species && species.get_bodytype(owner) != "Human") applying.SetIntensity(1.5) // Unathi, Taj and Skrell have -very- dark base icons. else - applying.SetIntensity(0.7) + applying.SetIntensity(1) //VOREStation edit to make Prometheans not look like shit with mob coloring. else if(status & ORGAN_DEAD) icon_cache_key += "_dead"