summaryrefslogtreecommitdiff
path: root/itemgroups-02_add-missing-mre.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 18:01:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 18:01:32 -0700
commit444181f77cb649760c3099d9b96c8f863a8f8ddf (patch)
tree3e9e1e8c44a208c342fc919de1a24081739db884 /itemgroups-02_add-missing-mre.patch
parentFix .50bmg ammo ordering (diff)
downloadcataclysm-bn-444181f77cb649760c3099d9b96c8f863a8f8ddf.tar.xz
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.
Diffstat (limited to 'itemgroups-02_add-missing-mre.patch')
-rw-r--r--itemgroups-02_add-missing-mre.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/itemgroups-02_add-missing-mre.patch b/itemgroups-02_add-missing-mre.patch
new file mode 100644
index 0000000..f776e12
--- /dev/null
+++ b/itemgroups-02_add-missing-mre.patch
@@ -0,0 +1,39 @@
+--- a/data/json/itemgroups/Food/food.json
++++ b/data/json/itemgroups/Food/food.json
+@@ -550,8 +550,10 @@
+ { "item": "mre_cheesetort_box" },
+ { "item": "mre_mushroomfettuccine_box" },
+ { "item": "mre_mexicanchickenstew_box" },
++ { "item": "mre_chickenburritobowl_box" },
+ { "item": "mre_maplesausage_box" },
+ { "item": "mre_ravioli_box" },
++ { "item": "mre_pepperjackbeef_box" },
+ { "item": "mre_hashbrownbacon_box" },
+ { "item": "mre_lemontuna_box" },
+ { "item": "mre_asianbeef_box" },
+--- a/data/json/npcs/items_generic.json
++++ b/data/json/npcs/items_generic.json
+@@ -812,8 +812,10 @@
+ [ "mre_cheesetort_box", 6 ],
+ [ "mre_mushroomfettuccine_box", 6 ],
+ [ "mre_mexicanchickenstew_box", 6 ],
++ [ "mre_chickenburritobowl_box", 6 ],
+ [ "mre_maplesausage_box", 6 ],
+ [ "mre_ravioli_box", 6 ],
++ [ "mre_pepperjackbeef_box", 6 ],
+ [ "mre_hashbrownbacon_box", 6 ],
+ [ "mre_lemontuna_box", 6 ],
+ [ "mre_asianbeef_box", 6 ],
+--- a/data/json/npcs/NC_SOLDIER.json
++++ b/data/json/npcs/NC_SOLDIER.json
+@@ -162,8 +162,10 @@
+ { "item": "mre_cheesetort_box", "prob": 45 },
+ { "item": "mre_mushroomfettuccine_box", "prob": 45 },
+ { "item": "mre_mexicanchickenstew_box", "prob": 45 },
++ { "item": "mre_chickenburritobowl_box", "prob": 45 },
+ { "item": "mre_maplesausage_box", "prob": 45 },
+ { "item": "mre_ravioli_box", "prob": 45 },
++ { "item": "mre_pepperjackbeef_box", "prob": 45 },
+ { "item": "mre_hashbrownbacon_box", "prob": 45 },
+ { "item": "mre_lemontuna_box", "prob": 45 },
+ { "item": "mre_asianbeef_box", "prob": 45 },