Skip to content

Commit

Permalink
Fix missing pocket entry for DDA version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jul 10, 2021
1 parent 20e8318 commit 1853ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MST_Extra/items/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"durability": 6,
"clip_size": 1,
"reload": 100,
"flags": [ "RELOAD_AND_SHOOT", "NEVER_JAMS", "PRIMITIVE_RANGED_WEAPON" ]
"flags": [ "RELOAD_AND_SHOOT", "NEVER_JAMS", "PRIMITIVE_RANGED_WEAPON" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "atlatl": 1 } } ]
},
{
"id": "crossbow_makeshift",
Expand Down

0 comments on commit 1853ed7

Please sign in to comment.