diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-15 10:09:31 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-15 10:09:31 -0800 |
commit | 280a414dc2a71f06b4b0ba6d36504b851268c2ea (patch) | |
tree | ad2237d807fb155f6bb9833e97ec567f380ddd32 | |
parent | More typos. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-280a414dc2a71f06b4b0ba6d36504b851268c2ea.tar.xz |
Fix error in mosin91 fg.
-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 b6d29e2..c88d9de 100644 --- a/tile_config.json +++ b/tile_config.json @@ -35611,7 +35611,7 @@ { "id": "mosin44_ebr", "fg": 19214, "rotates": false }, { "id": "overlay_wielded_mosin44_ebr", "fg": 19215, "rotates": false }, { "id": "mosin91_30_ebr", "fg": 19216, "rotates": false }, - { "id": "overlay_wielded_mosin91_30_ebr", "fg": 73217, "rotates": false }, + { "id": "overlay_wielded_mosin91_30_ebr", "fg": 19217, "rotates": false }, { "id": "mon_feral_jackboot", "fg": [ { "weight": 111, "sprite": 19218 }, { "weight": 111, "sprite": 19219 }, { "weight": 111, "sprite": 19220 } ], |