Skip to content

Commit

Permalink
Adds Parry to all hand items. Don't at me, tongue parry exists now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jan 8, 2025
1 parent b718b6b commit 948c8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/hand_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
resistance_flags = FIRE_PROOF | ACID_PROOF
rad_flags = RAD_NO_CONTAMINATE
slot_flags = INV_SLOTBIT_DENYPOCKET
block_parry_data = /datum/block_parry_data/bokken //release the butt parries

/obj/item/hand_item/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 948c8a6

Please sign in to comment.