Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Remove remaining spawns for afs_electric_semi (CleverRaven#53400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChucklesTheBeard authored Dec 14, 2021
1 parent 4af01c3 commit 83d3de8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions data/mods/Aftershock/vehicles/vehicle_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
{
"id": "parkinglot",
"type": "vehicle_group",
"vehicles": [
[ "afs_electric_semi", 300 ],
[ "car_atomic", 1000 ],
[ "car_sports_atomic", 100 ],
[ "suv_atomic", 1000 ],
[ "compact_atomic", 300 ]
]
"vehicles": [ [ "car_atomic", 1000 ], [ "car_sports_atomic", 100 ], [ "suv_atomic", 1000 ], [ "compact_atomic", 300 ] ]
},
{
"id": "parkinglotbasic",
Expand All @@ -36,11 +30,6 @@
"//": "For cs_car_showroom",
"vehicles": [ [ "bubble_car", 60 ] ]
},
{
"id": "highway",
"type": "vehicle_group",
"vehicles": [ [ "afs_electric_semi", 300 ] ]
},
{
"id": "afs_lab_cars",
"type": "vehicle_group",
Expand Down

0 comments on commit 83d3de8

Please sign in to comment.