Fixes colour issues.

This commit is contained in:
Zuhayr
2015-12-18 07:58:54 +01:00
committed by PsiOmegaDelta
parent 6736fb54e7
commit 740d10d3fc
@@ -491,7 +491,7 @@ var/global/list/damage_icon_parts = list()
//need to append _s to the icon state for legacy compatibility
var/image/standing = image(icon = under_icon, icon_state = "[under_state]_s")
standing.color = under.color
standing.color = w_uniform.color
//apply blood overlay
if(w_uniform.blood_DNA)