diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-24 18:58:35 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-24 18:58:35 -0800 |
commit | d9a5c2279c49463ac29583fb5030729d39844cd7 (patch) | |
tree | 4bc628244ea3cfc3161e1456640599d128fd3a20 | |
parent | Add back references for survivor suits. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-d9a5c2279c49463ac29583fb5030729d39844cd7.tar.xz |
Fix typo in wielded superalloy survivor suit.
-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 1754f87..1ffad3e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -3847,7 +3847,7 @@ { "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", "overlay_wielded_hsurvivor_suit", "overlay_wielded_sahsurvivor_suit" ], "fg": 2152 }, + { "id": [ "overlay_wielded_xlhsurvivor_suit", "overlay_wielded_hsurvivor_suit", "overlay_wielded_sasurvivor_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 }, |