mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
You got a fuckin' problem mate? Adds the glass shiv (attempt 2) (#22416)
* Redoes the Shiv PR, adds shiv (ready to go) * Update code/modules/crafting/recipes.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/modules/crafting/recipes.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update kitchen.dm --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -138,6 +138,13 @@
|
||||
icon_state = "render"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/kitchen/knife/shiv
|
||||
name = "glass shiv"
|
||||
desc = "A haphazard sharp object wrapped in cloth, just like great-great-great-great grandma used to make."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
item_state = "glass_shiv"
|
||||
icon_state = "glass_shiv"
|
||||
|
||||
/obj/item/kitchen/knife/butcher
|
||||
name = "butcher's cleaver"
|
||||
icon_state = "butch"
|
||||
|
||||
@@ -58,6 +58,16 @@
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/shiv
|
||||
name = "Shiv"
|
||||
result = list(/obj/item/kitchen/knife/shiv)
|
||||
reqs = list(/obj/item/stack/cable_coil = 5,
|
||||
/obj/item/shard = 1,
|
||||
/obj/item/stack/sheet/cloth = 1)
|
||||
time = 2 SECONDS
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/datum/crafting_recipe/bola
|
||||
name = "Bola"
|
||||
result = list(/obj/item/restraints/legcuffs/bola)
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
allowed_tools = list(
|
||||
TOOL_SCALPEL = 100,
|
||||
/obj/item/kitchen/knife = 90,
|
||||
/obj/item/kitchen/knife/shiv = 70,
|
||||
/obj/item/shard = 60,
|
||||
/obj/item/scissors = 12,
|
||||
/obj/item/butcher_chainsaw = 1,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 168 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 167 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 136 KiB |
Reference in New Issue
Block a user