Skip to content

Commit

Permalink
rolling pin, meat cleaver, butcher knife wearable on belt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmunora committed Mar 22, 2024
1 parent f0e71ed commit 3d05407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/obj/item/kitchen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ TRAYS
stamina_damage = 40
stamina_cost = 15
stamina_crit_chance = 2
c_flags = ONBELT

New()
..()
Expand Down Expand Up @@ -371,6 +372,7 @@ TRAYS
w_class = W_CLASS_NORMAL
hit_type = DAMAGE_CUT
hitsound = 'sound/impact_sounds/Blade_Small_Bloody.ogg'
c_flags = ONBELT

throw_impact(atom/A, datum/thrown_thing/thr)
if(iscarbon(A))
Expand Down
1 change: 1 addition & 0 deletions code/obj/item/misc_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ TYPEINFO(/obj/item/sword/pink/angel)
tool_flags = TOOL_CUTTING
hit_type = DAMAGE_STAB
hitsound = 'sound/impact_sounds/Flesh_Stab_1.ogg'
c_flags = ONBELT
var/makemeat = 1
HELP_MESSAGE_OVERRIDE({"Throw the knife at someone for a guaranteed short stun. Use the knife on a dead body to instantly turn it into meat."})

Expand Down

0 comments on commit 3d05407

Please sign in to comment.