Skip to content

Commit

Permalink
fix: change the scooter position in res_backyard_scooter (#5746)
Browse files Browse the repository at this point in the history
Update residential_lawn_nested.json
  • Loading branch information
0Monet authored Nov 21, 2024
1 parent dd898d0 commit bda0e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/mapgen/nested/residential_lawn_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@
"___"
],
"terrain": { "_": "t_null" },
"place_vehicles": [ { "vehicle": "scooter_electric", "x": 0, "y": 3, "chance": 50, "status": 1, "rotation": 0 } ],
"place_loot": [ { "item": "tarp", "x": 1, "y": 3 } ]
"place_vehicles": [ { "vehicle": "scooter_electric", "x": 1, "y": 2, "chance": 50, "status": 1, "rotation": 0 } ],
"place_loot": [ { "item": "tarp", "x": 2, "y": 2 } ]
}
},
{
Expand Down

0 comments on commit bda0e52

Please sign in to comment.