mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Cable leash crafting (#9896)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9b24093622
commit
c1af282026
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user