Merge pull request #14683 from VOREStation/upstream-merge-9030

[MIRROR] Fixes a small hiccup in cable coil examine text
This commit is contained in:
Heroman3003
2023-03-14 18:16:21 +10:00
committed by GitHub
+2
View File
@@ -499,6 +499,7 @@ var/list/possible_cable_coil_colours = list(
amount = MAXCOIL
max_amount = MAXCOIL
color = COLOR_RED
gender = NEUTER
desc = "A coil of power cable."
throwforce = 10
w_class = ITEMSIZE_SMALL
@@ -509,6 +510,7 @@ var/list/possible_cable_coil_colours = list(
item_state = "coil"
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
stacktype = /obj/item/stack/cable_coil
singular_name = "length"
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
tool_qualities = list(TOOL_CABLE_COIL)