mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Update cable_coil.dm (#31906)
This commit is contained in:
@@ -14,6 +14,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
|
||||
icon_state = "coil"
|
||||
inhand_icon_state = "coil"
|
||||
belt_icon = "cable_coil"
|
||||
hitsound = 'sound/weapons/whip.ogg'
|
||||
amount = MAXCOIL
|
||||
max_amount = MAXCOIL
|
||||
merge_type = /obj/item/stack/cable_coil // This is here to let its children merge between themselves
|
||||
@@ -42,6 +43,9 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
|
||||
recipes = GLOB.cable_coil_recipes
|
||||
update_wclass()
|
||||
|
||||
/obj/item/stack/cable_coil/should_play_hitsound(damage)
|
||||
return TRUE
|
||||
|
||||
/obj/item/stack/cable_coil/random/change_stack(mob/user, amount)
|
||||
var/obj/item/stack/cable_coil/new_stack = ..()
|
||||
new_stack.color = color
|
||||
|
||||
Reference in New Issue
Block a user