mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user