Skip to content

Commit

Permalink
Merge pull request #37645 from RarkGrames/Motocross-bikes-spawn-fix
Browse files Browse the repository at this point in the history
Motocross bikes spawn fix
  • Loading branch information
ZhilkinSerg authored Feb 2, 2020
2 parents 24e4fe3 + 9b37158 commit c1e73fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@
{
"type": "vehicle_group",
"id": "dirtlot",
"vehicles": [ [ "quad_bike", 100 ], [ "pickup", 300 ], [ "bicycle_dirt", 100 ] ]
"vehicles": [
[ "quad_bike", 100 ],
[ "pickup", 300 ],
[ "bicycle_dirt", 100 ],
[ "motorcycle_cross", 75 ],
[ "motorcycle_enduro", 150 ]
]
},
{
"type": "vehicle_group",
Expand Down Expand Up @@ -358,6 +364,8 @@
[ "suv_electric", 100 ],
[ "suv_electric_rack", 100 ],
[ "bicycle_dirt", 50 ],
[ "motorcycle_cross", 75 ],
[ "motorcycle_enduro", 150 ],
[ "car_mini", 100 ],
[ "beetle", 200 ],
[ "pickup", 700 ],
Expand Down

0 comments on commit c1e73fc

Please sign in to comment.