reduce size of building surface masks

This commit is contained in:
2026-06-06 12:00:38 +02:00
parent eeaa309c08
commit ef17b0ce42

View File

@@ -32,7 +32,6 @@ cost = 15
player_placeable = true player_placeable = true
construction_time_seconds = 1 construction_time_seconds = 1
surface_mask = [ surface_mask = [
"AA",
"A>", "A>",
] ]
@@ -43,7 +42,7 @@ player_placeable = true
construction_time_seconds = 1 construction_time_seconds = 1
surface_mask = [ surface_mask = [
"AA ", "AA ",
"AA>", " v",
] ]
[[building]] [[building]]
@@ -52,9 +51,8 @@ cost = 35
player_placeable = true player_placeable = true
construction_time_seconds = 1 construction_time_seconds = 1
surface_mask = [ surface_mask = [
"AAA ", "AA ",
"AAA>", "AA>",
"AAA ",
] ]
[[building]] [[building]]