Skip to content

Commit

Permalink
Merge pull request CleverRaven#46813 from ToxiClay/seat-material
Browse files Browse the repository at this point in the history
Replace reference to 'aluminum' in seat and leather seat
  • Loading branch information
Rivet-the-Zombie authored Jan 17, 2021
2 parents b915e10 + c007472 commit ac88c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/vehicle/seating.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
},
Expand Down

0 comments on commit ac88c03

Please sign in to comment.