Skip to content

Commit

Permalink
Restore pocket_data of 8x40_50_mag
Browse files Browse the repository at this point in the history
pocket_data was mistakenly removed in CleverRaven#39556
  • Loading branch information
hexagonrecursion authored Jun 21, 2020
1 parent 845884a commit 860ed7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/magazine/8x40mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"ammo_type": [ "8x40mm" ],
"capacity": 50,
"reload_time": 50,
"flags": [ "MAG_COMPACT" ]
"flags": [ "MAG_COMPACT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "8x40mm": 50 } } ]
}
]

0 comments on commit 860ed7b

Please sign in to comment.