diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 17:15:53 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-17 17:15:53 -0700 |
commit | 78c652910dbe389a38d6aad6ff0ab146c4a1124c (patch) | |
tree | ea0747a70e314365bfd4e17e399f4f35cdb0860a | |
parent | Add back the legacy hair ids used by bn. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-78c652910dbe389a38d6aad6ff0ab146c4a1124c.tar.xz |
Add back the legacy grenade_pouch.
-rw-r--r-- | tile_config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index 31d3b51..45e94d2 100644 --- a/tile_config.json +++ b/tile_config.json @@ -857,6 +857,9 @@ { "id": "legpouch_large", "fg": 403 }, { "id": "overlay_wielded_legpouch_large", "fg": 403 }, { "id": "overlay_worn_legpouch_large", "fg": 404 }, + { "id": "grenade_pouch", "fg": 403 }, + { "id": "overlay_wielded_grenade_pouch", "fg": 403 }, + { "id": "overlay_worn_grenade_pouch", "fg": 404 }, { "id": "overlay_wielded_quiver", "fg": 405, "rotates": false }, { "id": "quiver", "fg": 405, "bg": 10195, "rotates": false }, { "id": "overlay_worn_quiver", "fg": 406, "rotates": false }, |