Skip to content

Commit

Permalink
Weight update to glass fridge/freezer weight
Browse files Browse the repository at this point in the history
Based on tweaked components. Goal is a little trimming of weight
  • Loading branch information
KheirFerrum committed Nov 9, 2022
1 parent c8a2ae9 commit 3115e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"name": "glass refrigerator",
"description": "A glass refrigerator. Used to display chilled goods in shops.",
"//": "Glass fridges are lighter than steel, but the volume is larger because of the furniture item.",
"weight": "70 kg",
"weight": "77 kg",
"volume": "260000 ml",
"price": 1000,
"price_postapoc": 150,
Expand All @@ -48,7 +48,7 @@
"looks_like": "f_glass_fridge",
"name": "glass freezer",
"description": "A glass freezer. Used to display frozen goods in shops.",
"weight": "70 kg",
"weight": "77 kg",
"volume": "260000 ml",
"price": 1000,
"price_postapoc": 150,
Expand Down

0 comments on commit 3115e26

Please sign in to comment.