From c007472a0c38721a915a3b74d80b98ab56e2ba24 Mon Sep 17 00:00:00 2001 From: ToxiClay Date: Sat, 16 Jan 2021 18:56:27 -0500 Subject: [PATCH] Replace reference to 'aluminum' in seat and leather seat --- data/json/items/vehicle/seating.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/vehicle/seating.json b/data/json/items/vehicle/seating.json index f61d1c684e84b..23c25799685fe 100644 --- a/data/json/items/vehicle/seating.json +++ b/data/json/items/vehicle/seating.json @@ -8,7 +8,7 @@ "to_hit": -4, "color": "red", "symbol": "0", - "material": [ "cotton", "aluminum" ], + "material": [ "cotton", "steel" ], "volume": "7500 ml", "bashing": 4, "category": "veh_parts", @@ -21,7 +21,7 @@ "id": "seat_leather", "name": { "str": "leather seat" }, "description": "A soft car seat covered with leather.", - "material": [ "leather", "cotton", "aluminum" ], + "material": [ "leather", "cotton", "steel" ], "price": 60000, "price_postapoc": 250 },