Skip to content

Commit

Permalink
Fix tactical grenade pouch not displaying grenade restriction (#61186)
Browse files Browse the repository at this point in the history
* Update flags.json

* missed a comma
  • Loading branch information
catdach authored Sep 22, 2022
1 parent 3327a22 commit 1c29431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,8 @@
},
{
"id": "GRENADE",
"type": "json_flag"
"type": "json_flag",
"restriction": "Item must be a grenade"
},
{
"id": "JAVELIN",
Expand Down

0 comments on commit 1c29431

Please sign in to comment.