diff options
-rw-r--r-- | tile_config.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index d535ce7..59e0764 100644 --- a/tile_config.json +++ b/tile_config.json @@ -8754,7 +8754,14 @@ "fg": 4470, "rotates": false }, - { "id": "overlay_wielded_modular_ar15", "fg": 4471, "rotates": false }, + { + "id": [ + "overlay_wielded_ar15", + "overlay_wielded_modular_ar15" + ], + "fg": 4471, + "rotates": false + }, { "id": "ar_pistol", "fg": 4472, "rotates": false }, { "id": "overlay_wielded_ar_pistol", "fg": 4473, "rotates": false }, { "id": "draco", "fg": 4474, "rotates": false }, @@ -18116,6 +18123,7 @@ "hunter_shack", "hunter_shack_1", "cabin_isherwood", + "cabin_lab_ocu", "cabin_lake", "lake_cabin_boathouse", "cabin_strange", @@ -23015,7 +23023,7 @@ }, { "id": "veterinarian", "fg": 11429, "rotates": false }, { "id": "veterinarian_roof", "fg": 11430, "bg": 10885, "rotates": false }, - { "id": "warehouse", "fg": 11431, "rotates": false }, + { "id": [ "warehouse", "municipal_reactor_ware" ], "fg": 11431, "rotates": false }, { "id": "warehouse_roof", "fg": 11432, "bg": 10885, "rotates": false }, { "id": "wind_turbine_pillar", "fg": 11434 }, { "id": "wind_turbine_pillar_platform", "fg": 11435 }, |