Skip to content

Commit

Permalink
and they called him butcher pete
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Jun 9, 2024
1 parent 3a2324d commit 1d5d19e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/weaponry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
hitsound = 'sound/weapons/genhit.ogg'
sharpness = IS_BLUNT

/obj/item/switchblade/ComponentInitialize()
. = ..()
AddComponent(/datum/component/butchering, 60, 100, 0)

/obj/item/phone
name = "red phone"
desc = "Should anything ever go wrong..."
Expand Down

0 comments on commit 1d5d19e

Please sign in to comment.