From b301db2008586e9848e161673a518922994cae90 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 23 Jun 2026 22:11:30 +0200 Subject: [PATCH] increase refund rate because altering the factory shall not be punishing --- bin/app/data/config/world.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app/data/config/world.toml b/bin/app/data/config/world.toml index aedd702..b67ca18 100644 --- a/bin/app/data/config/world.toml +++ b/bin/app/data/config/world.toml @@ -1,6 +1,6 @@ [world] height_tiles = 40 -refund_percentage = 75 +refund_percentage = 100 starting_building_blocks = 1000 scrap_despawn_seconds = 30 tile_size_m = 10