From e1cc073e568c064811f51d86450fc9e98a65f90d Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Mon, 10 Oct 2022 17:27:20 -0500 Subject: [PATCH] Fix some guns lacking barter values (#1974) --- data/json/items/gun/40.json | 2 ++ data/json/items/gun/9mm.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/json/items/gun/40.json b/data/json/items/gun/40.json index 479f8f141256..d7e01ba78ef3 100644 --- a/data/json/items/gun/40.json +++ b/data/json/items/gun/40.json @@ -8,6 +8,7 @@ "weight": "921 g", "volume": "518 ml", "price": 65000, + "price_postapoc": 1500, "to_hit": -2, "material": [ "steel", "plastic" ], "color": "dark_gray", @@ -62,6 +63,7 @@ "weight": "785 g", "volume": "505 ml", "price": 65000, + "price_postapoc": 1500, "to_hit": -2, "material": [ "plastic", "steel" ], "color": "dark_gray", diff --git a/data/json/items/gun/9mm.json b/data/json/items/gun/9mm.json index e6a783bc56c3..c8d878df30fc 100644 --- a/data/json/items/gun/9mm.json +++ b/data/json/items/gun/9mm.json @@ -8,6 +8,7 @@ "weight": "921 g", "volume": "518 ml", "price": 65000, + "price_postapoc": 2000, "to_hit": -2, "material": [ "steel", "plastic" ], "color": "dark_gray", @@ -300,6 +301,7 @@ "weight": "785 g", "volume": "505 ml", "price": 65000, + "price_postapoc": 2000, "to_hit": -2, "material": [ "plastic", "steel" ], "color": "dark_gray",