Merge pull request #10644 from ShadeAware/master

Craftable Switchblades: The Finale
This commit is contained in:
Ghom
2020-01-30 21:30:55 +01:00
committed by GitHub
5 changed files with 38 additions and 6 deletions
@@ -109,6 +109,18 @@
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/switchblade_ms
name = "Switchblade"
result = /obj/item/switchblade/crafted
reqs = list(/obj/item/weaponcrafting/stock = 1,
/obj/item/weaponcrafting/receiver = 1,
/obj/item/kitchen/knife = 1,
/obj/item/stack/cable_coil = 2)
tools = list(TOOL_WELDER)
time = 45
category = CAT_WEAPONRY
subcategory = CAT_WEAPONRY
//////////////////
///BOMB CRAFTING//
//////////////////