Update cable_coil.dm (#31827)

This commit is contained in:
CRUNCH
2026-04-09 05:37:38 +01:00
committed by GitHub
parent ab0e348318
commit 82e30b6f61
+1 -1
View File
@@ -361,7 +361,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
return OXYLOSS
/obj/item/stack/cable_coil/proc/color_rainbow()
color = pick(COLOR_RED, COLOR_BLUE, COLOR_GREEN, COLOR_PINK, COLOR_YELLOW, COLOR_CYAN)
color = pick(COLOR_RED, COLOR_PINK, COLOR_ORANGE, COLOR_YELLOW, COLOR_GREEN, COLOR_CYAN, COLOR_BLUE, COLOR_WHITE)
return color
/obj/item/stack/cable_coil/five