Skip to content

Commit

Permalink
Fix issue causing kickback trait to be removed from some weapons (#14194
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stwlam committed Mar 12, 2024
1 parent 1dadb10 commit a72f1c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/item/weapon/values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const MELEE_ONLY_TRAITS: Set<WeaponTrait> = new Set([
"disarm",
"finesse",
"grapple",
"kickback",
"reach",
"shove",
"trip",
Expand Down

0 comments on commit a72f1c2

Please sign in to comment.