Skip to content

Commit

Permalink
storage definition hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed May 4, 2020
1 parent 5e2bffc commit 2ebad2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Aftershock/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"weight": "900 g",
"volume": "3 L",
"copy-from": "jeans",
"storage": "750 ml",
"pocket_data": [ { "pocket_type": "CONTAINER", "rigid": true, "max_contains_volume": "750 ml", "max_contains_weight": "1 kg" } ],
"material_thickness": 4,
"flags": [ "VARSIZE", "POCKETS", "OVERSIZE" ]
},
Expand All @@ -92,7 +92,7 @@
"copy-from": "technician_pants_gray",
"weight": "770 g",
"volume": "3 L",
"storage": "1700 ml",
"pocket_data": [ { "pocket_type": "CONTAINER", "rigid": true, "max_contains_volume": "1700 ml", "max_contains_weight": "2 kg" } ],
"material_thickness": 2,
"snippet_category": [
{ "id": "xl_technician_pants_blue", "text": "A pair of XL blue work pants." },
Expand Down

0 comments on commit 2ebad2a

Please sign in to comment.