Skip to content

Commit

Permalink
Fix volume literals
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Jan 15, 2020
1 parent c006afd commit 2612575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/generic/bedding.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "down-filled blanket",
"description": "Hiding under here will not protect you from the monsters, but it'll keep you warm.",
"weight": "3500 g",
"volume": "31 l",
"volume": "31 L",
"price": 5500,
"to_hit": -1,
"material": [ "cotton" ],
Expand All @@ -67,7 +67,7 @@
"name": "fur blanket",
"description": "A heavy fur blanket that covers most of your body.",
"weight": "3500 g",
"volume": "31 l",
"volume": "31 L",
"price": 19500,
"to_hit": -1,
"material": [ "cotton", "fur" ],
Expand All @@ -88,7 +88,7 @@
"name": "sleeping bag",
"description": "A large sleeping bag that covers you head to toe. This one is medium weight.",
"weight": "1600 g",
"volume": "14 l",
"volume": "14 L",
"price": 20500,
"to_hit": -1,
"material": [ "cotton" ],
Expand Down

0 comments on commit 2612575

Please sign in to comment.