diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 23:23:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 23:23:39 -0700 |
commit | 680ad4121be3a56aaa09dcb7fc6b9e7adafab97b (patch) | |
tree | 3d12f92cff0517c34f8aa1dc2a1402c704f22bec | |
parent | That's chemical_lab_ocu not cabin_lab_ocu. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-680ad4121be3a56aaa09dcb7fc6b9e7adafab97b.tar.xz |
chemical_lab_ocu is disguised as a cabin, so it looks like a cabin.
-rw-r--r-- | tile_config.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tile_config.json b/tile_config.json index ab8907a..6ad4a8d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18136,7 +18136,8 @@ "isolated_house_farm_blacksmith", "ranch_camp_68", "farm_dairy_twd_3", - "farm_dairy_twd_4" + "farm_dairy_twd_4", + "chemical_lab_ocu" ], "fg": 10557, "rotates": false @@ -20250,14 +20251,7 @@ "fg": 10719, "rotates": false }, - { - "id": [ - "microlab_generic_surface", - "chemical_lab_ocu" - ], - "fg": 10722, - "rotates": false - }, + { "id": "microlab_generic_surface", "fg": 10722, "rotates": false }, { "id": [ "central_lab", |