summaryrefslogtreecommitdiff
path: root/0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-13 16:28:47 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-13 16:28:47 -0800
commit86e40b92b9966410c51519c6df14da50c21883c1 (patch)
tree47fe4efcac73f7cc57d335e888ae58067ff8fc4f /0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch
parentApply 0.E.3 changeset (diff)
downloadcataclysm-dda-86e40b92b9966410c51519c6df14da50c21883c1.tar.xz
Fix well patch
Diffstat (limited to '0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch')
-rw-r--r--0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch30
1 files changed, 24 insertions, 6 deletions
diff --git a/0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch b/0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch
index c9864c2..8eac7f0 100644
--- a/0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch
+++ b/0.F-backport-make-firestation-shelter-wells-npc-drinkable.patch
@@ -1,33 +1,51 @@
--- a/data/json/recipes/basecamps/recipe_modular_firestation1.json
+++ b/data/json/recipes/basecamps/recipe_modular_firestation1.json
-@@ -50,7 +50,7 @@
+@@ -50,7 +50,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_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_1/recipe_modular_shelter_1_common.json
+++ b/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json
-@@ -136,7 +136,7 @@
+@@ -136,7 +136,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_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/recipe_modular_shelter_common.json
+++ b/data/json/recipes/basecamps/recipe_modular_shelter/recipe_modular_shelter_common.json
-@@ -136,7 +136,7 @@
+@@ -136,7 +136,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_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",