From 710e0e1005ffa37e6a705f56b3956b59365a7c30 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 4 Nov 2016 14:38:18 -0400 Subject: [PATCH] oops --- code/modules/reagents/chemistry/colors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/colors.dm b/code/modules/reagents/chemistry/colors.dm index 479059bda08..381c3153ae9 100644 --- a/code/modules/reagents/chemistry/colors.dm +++ b/code/modules/reagents/chemistry/colors.dm @@ -2,7 +2,7 @@ * Returns: * #RRGGBB(AA) on success, null on failure */ - var/list/random_color_list = list("#00aedb","#a200ff","#f47835","#d41243","#d11141","#00b159","#00aedb","#f37735","#ffc425","#008744","#0057e7","#d62d20","#ffa700") +var/list/random_color_list = list("#00aedb","#a200ff","#f47835","#d41243","#d11141","#00b159","#00aedb","#f37735","#ffc425","#008744","#0057e7","#d62d20","#ffa700") /proc/mix_color_from_reagents(const/list/reagent_list) if(!istype(reagent_list))