Skip to content

Commit

Permalink
Merge pull request #48790 from John-Candlebury/afs_tanker_fix
Browse files Browse the repository at this point in the history
Aftershock: Remove obsolete vehicles from spawn list
  • Loading branch information
Rivet-the-Zombie authored May 8, 2021
2 parents df08e8d + 9faa053 commit 90f9945
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/mods/Aftershock/vehicles/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"vehicles": [
[ "afs_sports_bike", 300 ],
[ "afs_electric_semi", 300 ],
[ "afs_gas_tanker", 300 ],
[ "afs_water_tanker", 250 ],
[ "car_atomic", 1000 ],
[ "car_sports_atomic", 100 ],
[ "suv_atomic", 1000 ],
Expand Down Expand Up @@ -47,7 +45,7 @@
{
"id": "highway",
"type": "vehicle_group",
"vehicles": [ [ "afs_electric_semi", 300 ], [ "afs_gas_tanker", 250 ], [ "afs_water_tanker", 200 ] ]
"vehicles": [ [ "afs_electric_semi", 300 ] ]
},
{
"id": "afs_lab_cars",
Expand Down

0 comments on commit 90f9945

Please sign in to comment.