Merge branch 'upstream-merge-26509' of https://github.com/Citadel-Station-13/Citadel-Station-13 into upstream-merge-26509

This commit is contained in:
LetterJay
2017-04-25 02:09:52 -05:00
+1 -1
View File
@@ -537,4 +537,4 @@
/proc/color_matrix2color_hex(list/the_matrix)
if(!istype(the_matrix) || the_matrix.len != 20)
return "#ffffffff"
return rgb(the_matrix[1]*255, the_matrix[6]*255, the_matrix[11]*255, the_matrix[16]*255)
return rgb(the_matrix[1]*255, the_matrix[6]*255, the_matrix[11]*255, the_matrix[16]*255)