diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-13 20:49:13 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-13 20:49:13 -0700 |
commit | 7831278c79db532e2231c202c94b9135e163737a (patch) | |
tree | 26122f8e0ff0bc53277a89e94b2b0cce2a26c3ff | |
parent | Massive cleanup of the ammunition entires. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-7831278c79db532e2231c202c94b9135e163737a.tar.xz |
Convert the ids for wood box and folding wood box to use underscores.
-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 c63a2d8..d84fde9 100644 --- a/tile_config.json +++ b/tile_config.json @@ -37090,7 +37090,7 @@ "additional_tiles": [ { "id": "open", "fg": 19683, "bg": 10145 }, { "id": "broken", "fg": 19682, "bg": 10145 } ] }, { - "id": "vp_folding wood box", + "id": "vp_folding_wood_box", "fg": 19684, "rotates": true, "multitile": true, @@ -37595,7 +37595,7 @@ "additional_tiles": [ { "id": "broken", "fg": 19860 } ] }, { - "id": "vp_wood box", + "id": "vp_wood_box", "fg": 19861, "rotates": true, "multitile": true, |