From e82fd746240c6929af84e4bc5cbe8b1ccd70eee3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 22 Jun 2023 15:25:03 -0700 Subject: Fix furniture storage battery. --- tile_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tile_config.json b/tile_config.json index 925637b..5a5c69f 100644 --- a/tile_config.json +++ b/tile_config.json @@ -92412,12 +92412,12 @@ "rotates": false }, { - "id": [ "f_battery", "f_battery_large", "f_battery_huge" ], + "id": "f_air_filter", "fg": 11682, "rotates": false }, { - "id": "f_battery", + "id": [ "f_battery", "f_battery_large", "f_battery_huge" ], "fg": 11683, "rotates": false }, -- cgit v1.2.1