Ports tg cablecoils instead of bay's

This commit is contained in:
Heroman
2020-04-15 14:38:51 +10:00
committed by Aronai Sieyes
parent 51846b4bfe
commit b3476340fe
2 changed files with 1 additions and 4 deletions
+1 -4
View File
@@ -582,11 +582,8 @@ obj/structure/cable/proc/cableColor(var/colorC)
else if(amount == 2)
icon_state = "coil2"
name = "cable piece"
else if(amount > 2 && amount != max_amount)
icon_state = "coil"
name = initial(name)
else
icon_state = "coil-max"
icon_state = "coil"
name = initial(name)
/obj/item/stack/cable_coil/proc/set_cable_color(var/selected_color, var/user)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 84 KiB