Skip to content

Commit 0ff6f59

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/json/items/ammo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
"category": "spare_parts",
564564
"material": [ "stone" ],
565565
"ammo_type": "rock",
566-
"flags": [ "TRADER_AVOID", "NPC_THROWN" ],
566+
"flags": [ "TRADER_AVOID", "NPC_THROWN", "ALLOWS_BODY_BLOCK" ],
567567
"weight": "657 g",
568568
"volume": "250 ml",
569569
"damage": { "damage_type": "bash", "amount": 7 },
@@ -572,7 +572,7 @@
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" ],
576576
"qualities": [ [ "HAMMER", 1 ] ],
577577
"melee_damage": { "bash": 7 },
578578
"thrown_damage": { "damage_type": "bash", "amount": 7 }

0 commit comments

Comments
 (0)