From ae69bee13abe7fb47822969925ae717de83291ad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Jun 2025 23:20:27 -0700 Subject: That's chemical_lab_ocu not cabin_lab_ocu. -Also add a reference for the municipal_reactor. --- tile_config.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tile_config.json b/tile_config.json index 59e0764..ab8907a 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18123,7 +18123,6 @@ "hunter_shack", "hunter_shack_1", "cabin_isherwood", - "cabin_lab_ocu", "cabin_lake", "lake_cabin_boathouse", "cabin_strange", @@ -20251,7 +20250,14 @@ "fg": 10719, "rotates": false }, - { "id": "microlab_generic_surface", "fg": 10722, "rotates": false }, + { + "id": [ + "microlab_generic_surface", + "chemical_lab_ocu" + ], + "fg": 10722, + "rotates": false + }, { "id": [ "central_lab", @@ -23441,7 +23447,8 @@ "irradiator_1_4_roof", "irradiator_1_5_roof", "irradiator_1_6_roof", - "irradiator_1_8_roof" + "irradiator_1_8_roof", + "municipal_reactor" ], "fg": 11463, "rotates": false -- cgit v1.2.1