From 2e5cec1765bdd5ee891a50d7641081d4a5fdb9ac Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 18 Sep 2024 22:08:38 -0700 Subject: Change the throwing knife sheath to look like a large leg pouch. Fix a typo in the junkyard id. --- tile_config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tile_config.json b/tile_config.json index 973a4fc..402dd09 100644 --- a/tile_config.json +++ b/tile_config.json @@ -860,6 +860,9 @@ { "id": "grenade_pouch", "fg": 403 }, { "id": "overlay_wielded_grenade_pouch", "fg": 403 }, { "id": "overlay_worn_grenade_pouch", "fg": 404 }, + { "id": "leg_sheath6", "fg": 403 }, + { "id": "overlay_wielded_leg_sheath6", "fg": 403 }, + { "id": "overlay_worn_leg_sheath6", "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 }, @@ -3426,8 +3429,6 @@ { "id": "overlay_wielded_sheath", "fg": 1877, "rotates": false }, { "id": "sheath", "fg": 1877, "rotates": false }, { "id": "overlay_worn_sheath", "fg": 1878, "rotates": false }, - { "id": "leg_sheath6", "fg": 1877, "rotates": false }, - { "id": "overlay_worn_leg_sheath6", "fg": 1878, "rotates": false }, { "id": "overlay_wielded_sheath_birchbark", "fg": 1879, "rotates": false }, { "id": "sheath_birchbark", "fg": 1879, "rotates": false }, { "id": "overlay_worn_sheath_birchbark", "fg": 1880, "rotates": false }, @@ -23154,7 +23155,7 @@ }, { "id": "generic_pasture", "fg": 11451, "rotates": false }, { "id": "generic_regional_dump", "fg": 11452, "rotates": false }, - { "id": [ "junkyard_2a", "junkyard_2bf" ], "fg": 11452, "rotates": false }, + { "id": [ "junkyard_2a", "junkyard_2b" ], "fg": 11452, "rotates": false }, { "id": "generic_rural_building", "fg": 11453, "rotates": false }, { "id": "generic_wetland", "fg": 11454, "rotates": false }, { "id": "bunker", "fg": 11455, "rotates": false }, -- cgit v1.2.1