diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-11 21:49:33 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-11 21:49:33 -0800 |
commit | 7cd027a977bc2209f9904c3e2eb1d9acccd83585 (patch) | |
tree | cd762b755e258797ce658c5751a9c9b1bc40a286 | |
parent | Add alias for wielding cbm packages. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-7cd027a977bc2209f9904c3e2eb1d9acccd83585.tar.xz |
Also add aliases for wielding faulty and ocular bionics.
-rw-r--r-- | tile_config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index ba52cfe..78e5b56 100644 --- a/tile_config.json +++ b/tile_config.json @@ -71913,6 +71913,16 @@ "rotates": false }, { + "id": "overlay_wielded_bionic_general_faulty", + "fg": 8991, + "rotates": false + }, + { + "id": [ "overlay_wielded_bio_eye_enhancer", "overlay_wielded_bio_eye_optic", "overlay_wielded_cbm_eye" ], + "fg": 8990, + "rotates": false + }, + { "id": "bio_ads", "fg": 8992, "rotates": false |