summaryrefslogtreecommitdiff
path: root/terrain-09_make-firestation-shelter-wells-npc-drinkable.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
commit7e224c97ae2728472180322f625dafa545f21f7f (patch)
tree61a296000b3a05d36cde4de0d8bd5e5179ee21ab /terrain-09_make-firestation-shelter-wells-npc-drinkable.patch
parentAdd plastic scrap is stackable patch. (diff)
downloadcataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz
Convert the PKGBUILD to my own fork of cataclysm-bn.HEADmaster
Diffstat (limited to 'terrain-09_make-firestation-shelter-wells-npc-drinkable.patch')
-rw-r--r--terrain-09_make-firestation-shelter-wells-npc-drinkable.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/terrain-09_make-firestation-shelter-wells-npc-drinkable.patch b/terrain-09_make-firestation-shelter-wells-npc-drinkable.patch
deleted file mode 100644
index 8eac7f0..0000000
--- a/terrain-09_make-firestation-shelter-wells-npc-drinkable.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- a/data/json/recipes/basecamps/recipe_modular_firestation1.json
-+++ b/data/json/recipes/basecamps/recipe_modular_firestation1.json
-@@ -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_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,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/recipe_modular_shelter_common.json
-+++ b/data/json/recipes/basecamps/recipe_modular_shelter/recipe_modular_shelter_common.json
-@@ -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_excludes": [ { "id": "fbmc_shelter_well" } ],
- "blueprint_needs": {
- "time": "11 h",