summaryrefslogtreecommitdiff
path: root/terrain-02_make-firestation-shelter-wells-npc-drinkable.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
commit5df800d05b7ca9e8d7d79ef33fcdcead0785b75a (patch)
tree4f49044af83273900da7a277a3e368762d0533cd /terrain-02_make-firestation-shelter-wells-npc-drinkable.patch
parentFix more inconsistent ammo names (diff)
downloadcataclysm-dda-5df800d05b7ca9e8d7d79ef33fcdcead0785b75a.tar.xz
Update to 0.F.3
Port various patches from BN
Diffstat (limited to 'terrain-02_make-firestation-shelter-wells-npc-drinkable.patch')
-rw-r--r--terrain-02_make-firestation-shelter-wells-npc-drinkable.patch71
1 files changed, 71 insertions, 0 deletions
diff --git a/terrain-02_make-firestation-shelter-wells-npc-drinkable.patch b/terrain-02_make-firestation-shelter-wells-npc-drinkable.patch
new file mode 100644
index 0000000..d2a2b33
--- /dev/null
+++ b/terrain-02_make-firestation-shelter-wells-npc-drinkable.patch
@@ -0,0 +1,71 @@
+--- a/data/json/recipes/basecamps/recipe_modular_firestation_1/recipe_modular_firestation1.json
++++ b/data/json/recipes/basecamps/recipe_modular_firestation_1/recipe_modular_firestation1.json
+@@ -53,7 +53,13 @@
+ "construction_blueprint": "fbmc_firestation1_well",
+ "blueprint_name": "build a well",
+ "blueprint_requires": [ { "id": "fbmc_firestation1_0" } ],
+- "blueprint_provides": [ { "id": "fbmc_firestation1_well" }, { "id": "relaying" }, { "id": "scouting" }, { "id": "patrolling" } ],
++ "blueprint_provides": [
++ { "id": "fbmc_firestation1_well" },
++ { "id": "water_well" },
++ { "id": "relaying" },
++ { "id": "scouting" },
++ { "id": "patrolling" }
++ ],
+ "blueprint_excludes": [ { "id": "fbmc_firestation1_well" } ],
+ "blueprint_needs": {
+ "time": "11 h",
+
+--- a/data/json/recipes/basecamps/recipe_modular_shelter/recipe_modular_shelter_common.json
++++ b/data/json/recipes/basecamps/recipe_modular_shelter/recipe_modular_shelter_common.json
+@@ -141,7 +141,13 @@
+ "construction_blueprint": "fbmc_shelter_well",
+ "blueprint_name": "build a well",
+ "blueprint_requires": [ { "id": "fbmc_shelter_fire" } ],
+- "blueprint_provides": [ { "id": "fbmc_shelter_well" }, { "id": "relaying" }, { "id": "scouting" }, { "id": "patrolling" } ],
++ "blueprint_provides": [
++ { "id": "fbmc_shelter_well" },
++ { "id": "water_well" },
++ { "id": "relaying" },
++ { "id": "scouting" },
++ { "id": "patrolling" }
++ ],
+ "blueprint_excludes": [ { "id": "fbmc_shelter_well" } ],
+ "blueprint_needs": {
+ "time": "11 h",
+
+--- a/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json
++++ b/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json
+@@ -141,7 +141,13 @@
+ "construction_blueprint": "fbmc_shelter_1_well",
+ "blueprint_name": "build a well",
+ "blueprint_requires": [ { "id": "fbmc_shelter_1_fire" } ],
+- "blueprint_provides": [ { "id": "fbmc_shelter_1_well" }, { "id": "relaying" }, { "id": "scouting" }, { "id": "patrolling" } ],
++ "blueprint_provides": [
++ { "id": "fbmc_shelter_1_well" },
++ { "id": "water_well" },
++ { "id": "relaying" },
++ { "id": "scouting" },
++ { "id": "patrolling" }
++ ],
+ "blueprint_excludes": [ { "id": "fbmc_shelter_1_well" } ],
+ "blueprint_needs": {
+ "time": "11 h",
+
+--- a/data/json/recipes/basecamps/recipe_modular_shelter_2/recipe_modular_shelter_2_common.json
++++ b/data/json/recipes/basecamps/recipe_modular_shelter_2/recipe_modular_shelter_2_common.json
+@@ -136,7 +136,13 @@
+ "construction_blueprint": "fbmc_shelter_2_well",
+ "blueprint_name": "build a well",
+ "blueprint_requires": [ { "id": "fbmc_shelter_2_fire" } ],
+- "blueprint_provides": [ { "id": "fbmc_shelter_2_well" }, { "id": "relaying" }, { "id": "scouting" }, { "id": "patrolling" } ],
++ "blueprint_provides": [
++ { "id": "fbmc_shelter_2_well" },
++ { "id": "water_well" },
++ { "id": "relaying" },
++ { "id": "scouting" },
++ { "id": "patrolling" }
++ ],
+ "blueprint_excludes": [ { "id": "fbmc_shelter_2_well" } ],
+ "blueprint_needs": {
+ "time": "11 h",