diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:26:08 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:26:08 -0800 |
commit | 5df800d05b7ca9e8d7d79ef33fcdcead0785b75a (patch) | |
tree | 4f49044af83273900da7a277a3e368762d0533cd /0.F_backport-make-firestation-shelter-wells-npc-drinkable.patch | |
parent | Fix more inconsistent ammo names (diff) | |
download | cataclysm-dda-5df800d05b7ca9e8d7d79ef33fcdcead0785b75a.tar.xz |
Update to 0.F.3
Port various patches from BN
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.patch | 51 |
1 files changed, 0 insertions, 51 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 deleted file mode 100644 index 8eac7f0..0000000 --- a/0.F_backport-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", |