From 444181f77cb649760c3099d9b96c8f863a8f8ddf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Oct 2021 18:01:32 -0700 Subject: Updated to 2021-10-29-1727 Reorganize patches into categories. Add patch to allow followers to eat from the basecamp stocks from farther away. -Reduces NPCs being prone to starve on large camps. Temporarily revert the book changes commit. --- armor-01_ankle-ammo-pouch-is-not-a-backpack.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 armor-01_ankle-ammo-pouch-is-not-a-backpack.patch (limited to 'armor-01_ankle-ammo-pouch-is-not-a-backpack.patch') diff --git a/armor-01_ankle-ammo-pouch-is-not-a-backpack.patch b/armor-01_ankle-ammo-pouch-is-not-a-backpack.patch new file mode 100644 index 0000000..ca51551 --- /dev/null +++ b/armor-01_ankle-ammo-pouch-is-not-a-backpack.patch @@ -0,0 +1,11 @@ +--- a/data/json/items/armor/ammo_pouch.json ++++ b/data/json/items/armor/ammo_pouch.json +@@ -192,7 +192,7 @@ + "price_postapoc": 4500, + "material": "cotton", + "symbol": "[", +- "looks_like": "ragpouch", ++ "looks_like": "bootstrap", + "color": "dark_gray", + "covers": [ "FOOT_EITHER" ], + "coverage": 5, -- cgit v1.2.1