Merge pull request #2002 from Yoshax/1234

Fixes Promethean Humans looking really, really bad
This commit is contained in:
Spades
2017-08-13 20:55:19 -04:00
committed by GitHub
+1 -1
View File
@@ -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"