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
construction_time_seconds = 1
surface_mask = [
"AA",
"A>",
]
@@ -43,7 +42,7 @@ player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AA ",
"AA>",
" v",
]
[[building]]
@@ -52,9 +51,8 @@ cost = 35
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AAA ",
"AAA>",
"AAA ",
"AA ",
"AA>",
]
[[building]]