[MIRROR] Cable leash crafting (#9896)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-17 14:02:17 -07:00
committed by GitHub
parent 9b24093622
commit c1af282026
2 changed files with 15 additions and 0 deletions

View File

@@ -254,3 +254,18 @@
step(tug_pet, WEST, 1)
if(tug_pet_x < tug_master_x)
step(tug_pet, EAST, 1)
/obj/item/leash/cable
name = "cable leash"
desc = "A simple tether that can easily be hooked onto a collar. This one is made from wiring cable."
icon = 'icons/obj/leash.dmi'
icon_state = "cable"
/datum/crafting_recipe/leash
name = "cable leash"
result = /obj/item/leash/cable
reqs = list(
list(/obj/item/stack/cable_coil = 3)
)
time = 60
category = CAT_MISC