Each cable coil color now has inhands

This commit is contained in:
Nerd Lord
2016-04-29 22:10:11 -04:00
parent d662b0e455
commit 8a6d36061e
4 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -525,8 +525,9 @@ var/global/list/datum/stack_recipe/cable_coil_recipes = list ( \
/obj/item/stack/cable_coil/update_icon()
if (!item_color)
if(!item_color)
item_color = pick("red", "yellow", "blue", "green")
item_state = "coil_[item_color]"
if(amount == 1)
icon_state = "coil_[item_color]1"
name = "cable piece"