Removes duplicate definitions in types (#25702)

* Removes duplicate definitions

* One more
This commit is contained in:
DGamerL
2024-06-06 18:56:03 +00:00
committed by GitHub
parent ac5a4dfe11
commit 37ffe943e4
33 changed files with 13 additions and 49 deletions
+1 -2
View File
@@ -11,7 +11,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
singular_name = "cable"
icon = 'icons/obj/power.dmi'
icon_state = "coil"
item_state = "coil_red"
item_state = "coil"
belt_icon = "cable_coil"
amount = MAXCOIL
max_amount = MAXCOIL
@@ -24,7 +24,6 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
materials = list(MAT_METAL = 15, MAT_GLASS = 10)
flags = CONDUCT
slot_flags = SLOT_FLAG_BELT
item_state = "coil"
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
usesound = 'sound/items/deconstruct.ogg'
toolspeed = 1