Merge pull request #613 from Zuhayr/dammithubble

Fixes colour issues.
This commit is contained in:
Neerti
2015-12-17 19:31:13 -05:00
@@ -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)