diff options
-rw-r--r-- | tile_config.json | 13 |
1 files 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 |