diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 20:05:42 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 20:05:42 -0700 |
commit | 3ca3a5ef2e287ee3d7d32e7a61b9175e9e4accba (patch) | |
tree | 7164b03ab127bc90bc62d9bbefd2822091c3bf1c | |
parent | Add aliases for the special lab tiles used by lab escape scenario. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-3ca3a5ef2e287ee3d7d32e7a61b9175e9e4accba.tar.xz |
Fix the joint servo cbm to not look like a faulty cbm when on the ground.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index f2a81f9..fc9240d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15924,7 +15924,7 @@ { "id": "overlay_male_mutation_bio_infrared", "fg": 9071, "rotates": false }, { "id": "bio_int_enhancer", "fg": 9088, "rotates": false }, { "id": "bio_itchy", "fg": 9087, "rotates": false }, - { "id": "bio_jointservo", "fg": 9087, "rotates": false }, + { "id": "bio_jointservo", "fg": 9088, "rotates": false }, { "id": "bio_laser", "fg": 9088, "rotates": false }, { "id": "bio_leaky", "fg": 9087, "rotates": false }, { "id": "bio_leukocyte", "fg": 9088, "rotates": false }, |