mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 04:32:50 +01:00
Ports tg cablecoils instead of bay's
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user