From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- itemgroups-03_fix-shelter-batteries.patch | 41 ------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 itemgroups-03_fix-shelter-batteries.patch (limited to 'itemgroups-03_fix-shelter-batteries.patch') diff --git a/itemgroups-03_fix-shelter-batteries.patch b/itemgroups-03_fix-shelter-batteries.patch deleted file mode 100644 index 33c2c04..0000000 --- a/itemgroups-03_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 }, - { "item": "whistle", "prob": 70 }, -@@ -65,9 +71,21 @@ - "collection": [ - { "item": "extinguisher", "prob": 70 }, - { "item": "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 -- cgit v1.2.1