From 3cc1f9ac976b8d995009aeab88ca6b7d411296a8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Jun 2025 22:05:28 -0700 Subject: Fix missing ar15 tile when wielded Add references for cabin_lab_ocu and municipal_reactor_ware --- tile_config.json | 12 ++++++++++-- 1 file 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 }, -- cgit v1.2.1