diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-05-16 16:31:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-05-16 16:31:56 -0700 |
commit | da44d1a45df622d8e3ff1cd22e76d4e33a2857da (patch) | |
tree | a68535629ff52d8ea566a0b7946530726ca6d378 | |
parent | Fix 12mm and add overlay_wielded_12mm (diff) | |
download | cataclysm-dda-tileset_undeadpeople-da44d1a45df622d8e3ff1cd22e76d4e33a2857da.tar.xz |
Fix tile when wearing a packed AT4 and LAW, again.
-rw-r--r-- | tile_config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index 83ae368..aaa97ec 100644 --- a/tile_config.json +++ b/tile_config.json @@ -8970,7 +8970,7 @@ { "id": "overlay_wielded_tokarev", "fg": 4674, "rotates": false }, { "id": "AT4", "fg": 4675, "rotates": false }, { "id": [ "overlay_wielded_AT4", "overlay_wielded_AT4_Packed" ], "fg": 4678, "rotates": false }, - { "id": "overlay_worn_AT4_Packed", "fg": 1974, "rotates": false }, + { "id": "overlay_worn_AT4_Packed", "fg": 1976, "rotates": false }, { "id": "m3_carlgustav", "fg": 4677, "rotates": false }, { "id": "overlay_wielded_m3_carlgustav", "fg": 4678, "rotates": false }, { "id": "m4_carlgustav", "fg": 4677, "rotates": false }, @@ -11981,7 +11981,7 @@ { "id": "overlay_wielded_EMPbomb_act", "fg": 6552, "rotates": false }, { "id": "LAW_Packed", "fg": 6553, "bg": 9555, "rotates": false }, { "id": "overlay_wielded_LAW_Packed", "fg": 6554, "rotates": false }, - { "id": "overlay_worn_LAW_Packed", "fg": 1974, "rotates": false }, + { "id": "overlay_worn_LAW_Packed", "fg": 1976, "rotates": false }, { "id": "acidbomb", "fg": 6555, "rotates": false }, { "id": "overlay_wielded_acidbomb", "fg": 6556, "rotates": false }, { "id": "bootleg_grenade", "fg": 6557 }, |