From ef17b0ce42b417df7a456630f6837239eaac212d Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Sat, 6 Jun 2026 12:00:38 +0200 Subject: [PATCH] reduce size of building surface masks --- bin/app/data/config/buildings.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/app/data/config/buildings.toml b/bin/app/data/config/buildings.toml index c61a5b9..01df7d3 100644 --- a/bin/app/data/config/buildings.toml +++ b/bin/app/data/config/buildings.toml @@ -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]]