summaryrefslogtreecommitdiff
path: root/itemgroups-02_fix-shelter-batteries.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 10:30:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 10:30:52 -0700
commita09894839ccba98dd8cd2a15cfe09cb75de18125 (patch)
tree39300c2fabf6d202f199a9441a3e8466c8770b16 /itemgroups-02_fix-shelter-batteries.patch
parentUpdate to 0.F.3 (diff)
downloadcataclysm-dda-a09894839ccba98dd8cd2a15cfe09cb75de18125.tar.xz
Update to 0.GHEADmaster
Port patches back to DDA.
Diffstat (limited to 'itemgroups-02_fix-shelter-batteries.patch')
-rw-r--r--itemgroups-02_fix-shelter-batteries.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/itemgroups-02_fix-shelter-batteries.patch b/itemgroups-02_fix-shelter-batteries.patch
deleted file mode 100644
index d9330dd..0000000
--- a/itemgroups-02_fix-shelter-batteries.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- a/data/json/itemgroups/SUS/evac_shelter.json
-+++ b/data/json/itemgroups/SUS/evac_shelter.json
-@@ -10,7 +10,13 @@
- { "item": "jacket_evac", "prob": 75 },
- { "item": "emer_blanket", "prob": 75 },
- { "item": "mask_gas", "prob": 2 },
-- { "item": "flashlight", "prob": 50 },
-+ {
-+ "item": "light_disposable_cell",
-+ "charges-min": 150,
-+ "charges-max": 300,
-+ "container-item": "flashlight",
-+ "prob": 50
-+ },
- { "item": "light_disposable_cell", "prob": 10 },
- { "item": "lighter", "prob": 20, "charges": [ 60, 100 ] },
- { "item": "whistle", "prob": 70 },
-@@ -82,9 +88,21 @@
- "collection": [
- { "item": "extinguisher", "prob": 70, "charges": 100 },
- { "group": "full_1st_aid", "count": [ 1, 3 ], "prob": 65 },
-- { "item": "two_way_radio", "prob": 65 },
-+ {
-+ "item": "light_disposable_cell",
-+ "charges-min": 150,
-+ "charges-max": 300,
-+ "container-item": "two_way_radio",
-+ "prob": 65
-+ },
- { "item": "light_disposable_cell", "count": [ 2, 4 ], "prob": 65 },
-- { "item": "electric_lantern", "prob": 35 },
-+ {
-+ "item": "light_disposable_cell",
-+ "charges-min": 150,
-+ "charges-max": 300,
-+ "container-item": "electric_lantern",
-+ "prob": 35
-+ },
- { "item": "barometer", "prob": 8 }
- ],
- "prob": 10