diff --git a/data/json/mapgen/map_extras/laststand.json b/data/json/mapgen/map_extras/laststand.json index b31f9ff584701..1d93a876b03a3 100644 --- a/data/json/mapgen/map_extras/laststand.json +++ b/data/json/mapgen/map_extras/laststand.json @@ -68,6 +68,7 @@ [ "f_null", 150 ] ] }, + "remove_vehicles": [ { "x": [ 0, 23 ], "y": [ 0, 23 ] } ], "place_monster": [ { "group": "GROUP_LAST_STAND", "x": [ 6, 17 ], "y": [ 6, 16 ], "chance": 100, "repeat": [ 10, 15 ] } ], "place_loot": [ { "group": "trash", "x": [ 6, 17 ], "y": [ 6, 16 ], "repeat": [ 5, 10 ] } ], "flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ]