This commit is contained in:
SandPoot
2023-12-13 00:08:58 -03:00
parent 3e45c18ab4
commit f626df9d1d
7 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ By design, d1 is the smallest direction and d2 is the highest
return ..()
/obj/item/stack/cable_coil/update_icon()
/obj/item/stack/cable_coil/update_icon_state()
icon_state = "[initial(item_state)][amount < 3 ? amount : ""]"
name = "cable [amount < 3 ? "piece" : "coil"]"