diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-24 18:57:34 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-24 18:57:34 -0800 |
commit | 49b5b841a7fa92bc8aa1adc052199f23154659d1 (patch) | |
tree | ce7f434f6a4f7c5fa94708309a16c596070676ff | |
parent | Add missing entry for shotgun_primer (diff) | |
download | cataclysm-dda-tileset_undeadpeople-49b5b841a7fa92bc8aa1adc052199f23154659d1.tar.xz |
Add back references for survivor suits.
-rw-r--r-- | tile_config.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tile_config.json b/tile_config.json index c9b17fb..1754f87 100644 --- a/tile_config.json +++ b/tile_config.json @@ -3840,19 +3840,19 @@ { "id": "overlay_wielded_xl_gambeson", "fg": 2126 }, { "id": "xl_gambeson", "fg": 2126, "bg": 10195 }, { "id": "overlay_worn_xl_gambeson", "fg": 2127, "rotates": false }, - { "id": "overlay_wielded_xl_lsurvivor_suit", "fg": 2154 }, - { "id": "xl_lsurvivor_suit", "fg": 2154 }, - { "id": "overlay_worn_xl_lsurvivor_suit", "fg": 2155, "rotates": false }, + { "id": [ "overlay_wielded_xl_lsurvivor_suit", "overlay_wielded_lsurvivor_suit" ], "fg": 2154 }, + { "id": [ "xl_lsurvivor_suit", "lsurvivor_suit" ], "fg": 2154 }, + { "id": [ "overlay_worn_xl_lsurvivor_suit", "overlay_worn_lsurvivor_suit" ], "fg": 2155, "rotates": false }, { "id": "overlay_wielded_xl_nomex_suit", "fg": 2134 }, { "id": "xl_nomex_suit", "fg": 2134 }, { "id": "overlay_female_worn_xl_nomex_suit", "fg": 2135, "rotates": false }, { "id": "overlay_male_worn_xl_nomex_suit", "fg": 2136, "rotates": false }, - { "id": "overlay_wielded_xlhsurvivor_suit", "fg": 2152 }, - { "id": "xlhsurvivor_suit", "fg": 2152 }, - { "id": "overlay_worn_xlhsurvivor_suit", "fg": 2153 }, - { "id": "overlay_wielded_xlsurvivor_suit", "fg": 2154 }, - { "id": "xlsurvivor_suit", "fg": 2154 }, - { "id": "overlay_worn_xlsurvivor_suit", "fg": 2155, "rotates": false }, + { "id": [ "overlay_wielded_xlhsurvivor_suit", "overlay_wielded_hsurvivor_suit", "overlay_wielded_sahsurvivor_suit" ], "fg": 2152 }, + { "id": [ "xlhsurvivor_suit", "hsurvivor_suit", "sasurvivor_suit" ], "fg": 2152 }, + { "id": [ "overlay_worn_xlhsurvivor_suit", "overlay_worn_hsurvivor_suit", "overlay_worn_sasurvivor_suit" ], "fg": 2153 }, + { "id": [ "overlay_wielded_xlsurvivor_suit", "overlay_wielded_survivor_suit" ], "fg": 2154 }, + { "id": [ "xlsurvivor_suit", "survivor_suit" ], "fg": 2154 }, + { "id": [ "overlay_worn_xlsurvivor_suit", "overlay_worn_survivor_suit" ], "fg": 2155, "rotates": false }, { "id": "gloves_h20survivor", "fg": 2156 }, { "id": "overlay_wielded_gloves_h20survivor", "fg": 2156 }, { "id": "overlay_worn_gloves_h20survivor", "fg": 2157, "rotates": false }, |