From 9fe3df6fb7bd78c5e621f6dbd455908044d85e3f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 28 Oct 2022 00:29:23 -0700 Subject: Updated to 2022-10-10-2310 Merge two movecost patches together. Updated price_postapoc patch. Clean up sed scripts. Fix broken D_GLIBCXX_ASSERTIONS removal sed script. Enable new VERBOSE=1 build flag. --- etc-02_add-missing-price-postapoc.patch | 38 --------------------------------- 1 file changed, 38 deletions(-) (limited to 'etc-02_add-missing-price-postapoc.patch') diff --git a/etc-02_add-missing-price-postapoc.patch b/etc-02_add-missing-price-postapoc.patch index 8e6c9e3..5945346 100644 --- a/etc-02_add-missing-price-postapoc.patch +++ b/etc-02_add-missing-price-postapoc.patch @@ -21,44 +21,6 @@ { "id": "m4a1", ---- a/data/json/items/gun/40.json -+++ b/data/json/items/gun/40.json -@@ -9,6 +9,7 @@ - "weight": "921 g", - "volume": "518 ml", - "price": 65000, -+ "price_postapoc": 1600, - "to_hit": -2, - "bashing": 8, - "material": [ "steel", "plastic" ], -@@ -73,6 +74,7 @@ - "weight": "785 g", - "volume": "505 ml", - "price": 65000, -+ "price_postapoc": 1600, - "to_hit": -2, - "bashing": 8, - "material": [ "plastic", "steel" ], - ---- a/data/json/items/gun/9mm.json -+++ b/data/json/items/gun/9mm.json -@@ -9,6 +9,7 @@ - "weight": "921 g", - "volume": "518 ml", - "price": 65000, -+ "price_postapoc": 1600, - "to_hit": -2, - "bashing": 8, - "material": [ "steel", "plastic" ], -@@ -360,6 +361,7 @@ - "weight": "785 g", - "volume": "505 ml", - "price": 65000, -+ "price_postapoc": 1750, - "to_hit": -2, - "bashing": 8, - "material": [ "plastic", "steel" ], - --- a/data/json/items/magazine/223.json +++ b/data/json/items/magazine/223.json @@ -128,6 +128,7 @@ -- cgit v1.2.1