diff --git a/data/mods/Mythos/mapgen_palettes/1920s_house_general_abandoned.json b/data/mods/Mythos/mapgen_palettes/1920s_house_general_abandoned.json index deda6f64cc960..3efce75cd163b 100644 --- a/data/mods/Mythos/mapgen_palettes/1920s_house_general_abandoned.json +++ b/data/mods/Mythos/mapgen_palettes/1920s_house_general_abandoned.json @@ -20,16 +20,7 @@ }, "exterior_wall_type": { "type": "ter_str_id", - "default": { - "distribution": [ - [ "t_brick_wall", 6 ], - [ "t_rock_wall", 3 ], - [ "t_wall_wood", 3 ], - [ "t_drystone_wall", 2 ], - [ "t_adobe_brick_wall", 4 ], - [ "t_concrete_wall", 4 ] - ] - } + "default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_rock_wall", 3 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] } }, "window_type": { "type": "ter_str_id", diff --git a/data/mods/Mythos/mapgen_palettes/1920s_house_general_palette.json b/data/mods/Mythos/mapgen_palettes/1920s_house_general_palette.json index 54741b4191878..4a71fe71cfe4b 100644 --- a/data/mods/Mythos/mapgen_palettes/1920s_house_general_palette.json +++ b/data/mods/Mythos/mapgen_palettes/1920s_house_general_palette.json @@ -20,16 +20,7 @@ }, "exterior_wall_type": { "type": "ter_str_id", - "default": { - "distribution": [ - [ "t_brick_wall", 6 ], - [ "t_rock_wall", 3 ], - [ "t_wall_wood", 3 ], - [ "t_drystone_wall", 2 ], - [ "t_adobe_brick_wall", 4 ], - [ "t_concrete_wall", 4 ] - ] - } + "default": { "distribution": [ [ "t_brick_wall", 6 ], [ "t_rock_wall", 3 ], [ "t_wall_wood", 3 ], [ "t_concrete_wall", 4 ] ] } }, "house_fence_type": { "type": "ter_str_id",