From 3dfe45d4fb1b82a797b5d1eabe2c8465cfc4f53b Mon Sep 17 00:00:00 2001 From: juur Date: Sun, 2 Feb 2025 10:30:34 +0000 Subject: [PATCH] add some missing flags to allow better mapgen control (#79474) --- data/json/overmap/map_extras.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/data/json/overmap/map_extras.json b/data/json/overmap/map_extras.json index 86190bdd33ff3..67e271a7fb03b 100644 --- a/data/json/overmap/map_extras.json +++ b/data/json/overmap/map_extras.json @@ -177,7 +177,8 @@ "min_max_zlevel": [ -5, 5 ], "sym": "P", "color": "magenta", - "autonote": true + "autonote": true, + "flags": [ "PORTAL" ] }, { "id": "mx_portal_in", @@ -188,7 +189,8 @@ "min_max_zlevel": [ -5, 5 ], "sym": "P", "color": "magenta", - "autonote": true + "autonote": true, + "flags": [ "PORTAL" ] }, { "id": "mx_exocrash_1", @@ -247,7 +249,8 @@ "min_max_zlevel": [ -1, -1 ], "sym": "S", "color": "yellow", - "autonote": true + "autonote": true, + "flags": [ "SPIDER" ] }, { "id": "mx_house_wasp", @@ -258,7 +261,8 @@ "min_max_zlevel": [ 0, 10 ], "sym": "W", "color": "yellow", - "autonote": true + "autonote": true, + "flags": [ "WASP" ] }, { "id": "mx_bugout", @@ -580,7 +584,8 @@ "min_max_zlevel": [ 0, 9 ], "sym": "W", "color": "yellow", - "autonote": true + "autonote": true, + "flags": [ "WASP" ] }, { "id": "mx_nest_dermatik", @@ -591,7 +596,8 @@ "min_max_zlevel": [ 0, 0 ], "sym": "D", "color": "brown", - "autonote": true + "autonote": true, + "flags": [ "WASP" ] }, { "id": "mx_prison_bus", @@ -703,7 +709,8 @@ "name": { "str": "Beehive" }, "description": "An ordinary beehive.", "generator": { "generator_method": "update_mapgen", "generator_id": "mx_beehive_natural" }, - "min_max_zlevel": [ 0, 0 ] + "min_max_zlevel": [ 0, 0 ], + "flags": [ "BEE" ] }, { "id": "mx_worm_sign",