mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Merge pull request #3944 from DaveTheHeadcrab/hitmanTators
Adds Fiber Wire
This commit is contained in:
@@ -192,4 +192,12 @@
|
||||
result = /obj/item/weapon/soap/ducttape
|
||||
time = 100
|
||||
reqs = list(/obj/item/stack/tape_roll = 1,
|
||||
/datum/reagent/liquidgibs = 10)
|
||||
/datum/reagent/liquidgibs = 10)
|
||||
|
||||
/datum/table_recipe/garrote
|
||||
name = "Makeshift Garrote"
|
||||
result = /obj/item/weapon/twohanded/garrote/improvised
|
||||
time = 15
|
||||
reqs = list(/obj/item/stack/sheet/wood = 1,
|
||||
/obj/item/stack/cable_coil = 5)
|
||||
tools = list(/obj/item/weapon/kitchen/knife) // Gotta carve the wood into handles
|
||||
Reference in New Issue
Block a user