diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 22:05:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 22:05:28 -0700 |
commit | 3cc1f9ac976b8d995009aeab88ca6b7d411296a8 (patch) | |
tree | e815e1f2dc29118446b504b8050c97314b9daea7 /tile_config.json | |
parent | Fix urban 21, 22, and 40. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-3cc1f9ac976b8d995009aeab88ca6b7d411296a8.tar.xz |
Fix missing ar15 tile when wielded
Add references for cabin_lab_ocu and municipal_reactor_ware
Diffstat (limited to 'tile_config.json')
-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 }, |