diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 23:20:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 23:20:27 -0700 |
commit | ae69bee13abe7fb47822969925ae717de83291ad (patch) | |
tree | 64b5cba089464708b8cd374beb256bfe77f4ecbb | |
parent | Fix missing ar15 tile when wielded (diff) | |
download | cataclysm-dda-tileset_undeadpeople-ae69bee13abe7fb47822969925ae717de83291ad.tar.xz |
That's chemical_lab_ocu not cabin_lab_ocu.
-Also add a reference for the municipal_reactor.
-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 |