diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-16 09:43:08 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-16 09:43:08 -0700 |
commit | 68b1d969f8bf46b2ab8bc5cbacb60fcdcb126aef (patch) | |
tree | 90e5e388f2cfcd45e6e9dc0bb0c3f7fb1eb339e7 /tile_config.json | |
parent | Custom explosions for vampire stuff redone mod. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-68b1d969f8bf46b2ab8bc5cbacb60fcdcb126aef.tar.xz |
Fix emergency blanket wielded tile.
Diffstat (limited to 'tile_config.json')
-rw-r--r-- | tile_config.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index ba8801b..4b4405c 100644 --- a/tile_config.json +++ b/tile_config.json @@ -12688,10 +12688,9 @@ { "id": "overlay_worn_electric_blanket_on", "fg": 6957, "rotates": false }, { "id": "emer_blanket", "fg": 6958, "rotates": false }, { "id": "overlay_wielded_emer_blanket", "fg": 6958, "rotates": false }, - { "id": "overlay_worn_emer_blanket", "fg": 3924, "rotates": false }, { "id": "emer_blanket_on", "fg": 6959, "rotates": false }, { "id": "overlay_wielded_emer_blanket_on", "fg": 6959, "rotates": false }, - { "id": "overlay_worn_emer_blanket_on", "fg": 6960, "rotates": false }, + { "id": [ "overlay_worn_emer_blanket_on", "overlay_worn_emer_blanket" ], "fg": 6960, "rotates": false }, { "id": "fc_hairpin", "fg": 6961, "bg": 9331, "rotates": false }, { "id": "overlay_wielded_fc_hairpin", "fg": 6961, "rotates": false }, { "id": "fedora", "fg": 6962, "bg": 9331, "rotates": false }, |