From 78c652910dbe389a38d6aad6ff0ab146c4a1124c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 17 Sep 2024 17:15:53 -0700 Subject: Add back the legacy grenade_pouch. --- tile_config.json | 3 +++ 1 file changed, 3 insertions(+) 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 }, -- cgit v1.2.1