mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #14683 from VOREStation/upstream-merge-9030
[MIRROR] Fixes a small hiccup in cable coil examine text
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user