Skip to content

Commit

Permalink
More possible colors for random cable coils.
Browse files Browse the repository at this point in the history
  • Loading branch information
octareenroon91 committed Apr 15, 2016
1 parent 2f8bbb5 commit ea7fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/cable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,6 @@ var/global/list/datum/stack_recipe/cable_coil_recipes = list ( \
icon_state = "coil_white"

/obj/item/stack/cable_coil/random/New()
item_color = pick("red","yellow","green","blue","pink")
item_color = pick("red","orange","yellow","green","cyan","blue","pink","white")
icon_state = "coil_[item_color]"
..()

0 comments on commit ea7fad1

Please sign in to comment.