Skip to content

Commit

Permalink
Merge pull request #39910 from enaantd/fix-humvee-tow-fuel
Browse files Browse the repository at this point in the history
fix jp8 fuel for humvee-tow
  • Loading branch information
ifreund authored May 3, 2020
2 parents 1d61507 + db41ab3 commit 35fc286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/vehicles/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@
{ "y": 0, "x": 1, "parts": [ "hdframe_horizontal", "reinforced_windshield", "headlight_reinforced" ] },
{ "y": -1, "x": 1, "parts": [ "hdframe_vertical", "reinforced_windshield" ] },
{ "y": 3, "x": 0, "parts": [ "hdframe_vertical", "hddoor" ] },
{ "y": 2, "x": 0, "parts": [ "hdframe_vertical_2", "hdroof", { "fuel": "diesel", "part": "tank" } ] },
{ "y": 2, "x": 0, "parts": [ "hdframe_vertical_2", "hdroof", { "fuel": "jp8", "part": "tank" } ] },
{ "y": 2, "x": 0, "parts": [ "seat", "seatbelt" ] },
{ "y": 1, "x": 0, "parts": [ "hdframe_vertical_2", "box", "recharge_station", "hdroof" ] },
{ "y": 0, "x": 0, "parts": [ "hdframe_vertical_2", "hdroof", { "fuel": "diesel", "part": "tank" } ] },
{ "y": 0, "x": 0, "parts": [ "hdframe_vertical_2", "hdroof", { "fuel": "jp8", "part": "tank" } ] },
{ "y": 0, "x": 0, "parts": [ "controls", "dashboard", "vehicle_clock", "horn_big" ] },
{ "y": 0, "x": 0, "parts": [ "seat", "seatbelt" ] },
{ "y": -1, "x": 0, "parts": [ "hdframe_vertical", "hddoor" ] },
Expand Down

0 comments on commit 35fc286

Please sign in to comment.