i don't have a funny joke so have this commit log instead

This commit is contained in:
Kraseo
2019-11-25 15:38:16 +01:00
parent c8169d289f
commit e0a9fecaaf
18 changed files with 64 additions and 45 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
var/r_val
var/b_val
var/g_val
var/color_format = lentext(input_color)
var/color_format = length(input_color)
if(color_format == 3)
r_val = hex2num(copytext(input_color, 1, 2))*16
g_val = hex2num(copytext(input_color, 2, 3))*16