Skip to content

Commit 6af710a

Browse files
committed
fix ammo effect that should be a flag
1 parent 5178cf1 commit 6af710a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/items/ammo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@
572572
"loudness": 0,
573573
"to_hit": { "grip": "solid", "length": "hand", "surface": "any", "balance": "neutral" },
574574
"recovery_chance": 99,
575-
"effects": [ "NEVER_MISFIRES", "NON_FOULING", "ALLOWS_BODY_BLOCK" ],
575+
"effects": [ "NEVER_MISFIRES", "NON_FOULING" ],
576+
"flags": [ "ALLOWS_BODY_BLOCK" ],
576577
"qualities": [ [ "HAMMER", 1 ] ],
577578
"melee_damage": { "bash": 7 },
578579
"thrown_damage": { "damage_type": "bash", "amount": 7 }

0 commit comments

Comments
 (0)