Skip to content

Commit

Permalink
Update vehicle_groups.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Sep 27, 2019
1 parent c9098b3 commit 5fa0d80
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/json/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@
{
"type": "vehicle_group",
"id": "boatrent",
"vehicles": [ [ "canoe", 2000 ], [ "kayak", 1500 ], [ "kayak_racing", 500 ], [ "DUKW", 250 ], [ "raft", 2000 ], [ "wood_rowboat_double", 1500 ] ]
"vehicles": [
[ "canoe", 2000 ],
[ "kayak", 1500 ],
[ "kayak_racing", 500 ],
[ "DUKW", 250 ],
[ "raft", 2000 ],
[ "wood_rowboat_double", 1500 ]
]
},
{
"type": "vehicle_group",
Expand Down

0 comments on commit 5fa0d80

Please sign in to comment.