diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 21:07:26 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 21:07:26 -0700 |
commit | b9bc6f1b6b322656f7f62e003c537b931a1f3ac2 (patch) | |
tree | 818c98880d054be43a66df4240b84375068d5f87 | |
parent | Fix the joint servo cbm to not look like a faulty cbm when on the ground. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-b9bc6f1b6b322656f7f62e003c537b931a1f3ac2.tar.xz |
Fix several bionics using the faulty bionic tile, and vise versa.
-rw-r--r-- | tile_config.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tile_config.json b/tile_config.json index fc9240d..08c1185 100644 --- a/tile_config.json +++ b/tile_config.json @@ -15892,11 +15892,11 @@ { "id": "overlay_male_mutation_bio_deformity", "fg": 9065, "rotates": false }, { "id": "bio_dex_enhancer", "fg": 9088, "rotates": false }, { "id": "bio_digestion", "fg": 9088, "rotates": false }, - { "id": "bio_dis_acid", "fg": 9088, "rotates": false }, + { "id": "bio_dis_acid", "fg": 9087, "rotates": false }, { "id": "overlay_female_mutation_bio_dis_acid", "fg": 9066, "rotates": false }, { "id": "overlay_male_mutation_bio_dis_acid", "fg": 9067, "rotates": false }, - { "id": "bio_dis_shock", "fg": 9088, "rotates": false }, - { "id": "bio_drain", "fg": 9088, "rotates": false }, + { "id": "bio_dis_shock", "fg": 9087, "rotates": false }, + { "id": "bio_drain", "fg": 9087, "rotates": false }, { "id": "bio_ears", "fg": 9088, "rotates": false }, { "id": "bio_emp", "fg": 9088, "rotates": false }, { "id": "bio_emp_armgun", "fg": 9088, "rotates": false }, @@ -15914,7 +15914,7 @@ { "id": "bio_fuel_cell_gasoline", "fg": 9088, "rotates": false }, { "id": "bio_geiger", "fg": 9088, "rotates": false }, { "id": "bio_gills", "fg": 9088, "rotates": false }, - { "id": "bio_glowy", "fg": 9088, "rotates": false }, + { "id": "bio_glowy", "fg": 9087, "rotates": false }, { "id": "bio_ground_sonar", "fg": 9088, "rotates": false }, { "id": "bio_heat_absorb", "fg": 9088, "rotates": false }, { "id": "bio_heatsink", "fg": 9088, "rotates": false }, @@ -15942,7 +15942,7 @@ { "id": "bio_night_vision", "fg": 9088, "rotates": false }, { "id": "overlay_female_mutation_bio_night_vision", "fg": 9074, "rotates": false }, { "id": "overlay_male_mutation_bio_night_vision", "fg": 9075, "rotates": false }, - { "id": "bio_noise", "fg": 9088, "rotates": false }, + { "id": "bio_noise", "fg": 9087, "rotates": false }, { "id": "bio_nostril", "fg": 9087, "rotates": false }, { "id": "bio_ods", "fg": 9088, "rotates": false }, { "id": "overlay_female_mutation_bio_ods", "fg": 9076, "rotates": false }, @@ -15953,7 +15953,7 @@ { "id": "bio_power_armor_interface_mkII", "fg": 9088, "rotates": false }, { "id": "bio_power_storage", "fg": 9088, "rotates": false }, { "id": "bio_power_storage_mkII", "fg": 9088, "rotates": false }, - { "id": "bio_power_weakness", "fg": 9088, "rotates": false }, + { "id": "bio_power_weakness", "fg": 9087, "rotates": false }, { "id": "bio_probability_travel", "fg": 9088, "rotates": false }, { "id": "bio_purifier", "fg": 9088, "rotates": false }, { "id": "overlay_female_mutation_bio_purifier", "fg": 9078, "rotates": false }, @@ -15976,7 +15976,7 @@ { "id": "bio_soporific", "fg": 9088, "rotates": false }, { "id": "bio_spasm", "fg": 9087, "rotates": false }, { "id": "bio_speed", "fg": 9088, "rotates": false }, - { "id": "bio_stiff", "fg": 9088, "rotates": false }, + { "id": "bio_stiff", "fg": 9087, "rotates": false }, { "id": "bio_str_enhancer", "fg": 9088, "rotates": false }, { "id": "bio_sunglasses", "fg": 9088, "rotates": false }, { "id": "overlay_female_mutation_bio_sunglasses", "fg": 9082, "rotates": false }, |