diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-02 18:00:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-02 18:00:09 -0700 |
commit | 83e202d27ec25abc3edf1e40c6896d5190ec1e83 (patch) | |
tree | 60c4f545371cd84dfb6606732e113b49447c7d14 | |
parent | Several more overmap tile aliases fixed. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-83e202d27ec25abc3edf1e40c6896d5190ec1e83.tar.xz |
Fix music store tile id.
-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 18b2165..645c8b9 100644 --- a/tile_config.json +++ b/tile_config.json @@ -24778,7 +24778,7 @@ {"id": ["gym_boxing"], "fg": 19167, "rotates": false}, {"id": ["s_bookstore","s_bookstore_1"], "fg": 19168, "rotates": false}, {"id": ["s_library","s_library_1"], "fg": 19169, "rotates": false}, -{"id": ["s_music"], "fg": 19180, "rotates": false}], +{"id": ["s_music"], "fg": 19170, "rotates": false}], "//": "range 19137 to 19472"}, {"file": "fallback.png", "//": "Also placeholder tiles for shotgun cone blast", |