POLARIS: Colorblindness Traits/Modifiers

This commit is contained in:
Arokha Sieyes
2018-05-03 17:51:52 -04:00
parent 2bfba8338f
commit 8fbf78974a
5 changed files with 41 additions and 65 deletions
+3
View File
@@ -1124,6 +1124,9 @@ default behaviour is:
var/list/colors_to_blend = list()
for(var/datum/modifier/M in modifiers)
if(!isnull(M.client_color))
if(islist(M.client_color)) //It's a color matrix! Forget it. Just use that one.
animate(client, color = M.client_color, time = 10)
return
colors_to_blend += M.client_color
if(colors_to_blend.len)