From 49b5b841a7fa92bc8aa1adc052199f23154659d1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 24 Dec 2024 18:57:34 -0800 Subject: Add back references for survivor suits. --- tile_config.json | 18 +++++++++--------- 1 file 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 }, -- cgit v1.2.1