Makes it more difficult to meta heretics with kitchen knives (#11313)

* Update kitchen.dm

* Update recipes.dm

* lets try this

* lets also try this for shanks

* updates the shank sprite

* No longer needs a welder

* Delete items_righthand.dmi

* Delete items_lefthand.dmi

* inherited bit

* Update recipes.dm

Co-authored-by: Theos <theubernyan@gmail.com>
This commit is contained in:
Xoxeyos
2021-04-24 15:12:08 -05:00
committed by GitHub
parent 24b1c7b5d7
commit fe8d3b7a1a
5 changed files with 27 additions and 0 deletions

View File

@@ -884,3 +884,13 @@
)
category = CAT_MISC
// Shank - Makeshift weapon that can embed on throw
/datum/crafting_recipe/shank
name = "Shank"
reqs = list(/obj/item/shard = 1,
/obj/item/stack/rods = 1,
/obj/item/stack/cable_coil = 10)
result = /obj/item/kitchen/knife/shank
time = 10
category = CAT_WEAPONRY
subcategory = CAT_WEAPON