Skip to content

Commit

Permalink
Merge pull request #39966 from TartarusKelvin/Lighter-Rebalance
Browse files Browse the repository at this point in the history
Reduced price of all lighters to a more reasonable value
  • Loading branch information
Rivet-the-Zombie authored May 1, 2020
2 parents 384377e + 2fb45cf commit 1268e85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/tool/fire.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"description": "This is a disposable plastic lighter. A lighter must be carried to use various drugs, like cigarettes, or to light things like Molotov cocktails. You can also use a lighter to light nearby items on fire.",
"weight": "14 g",
"volume": "14 ml",
"price": 100,
"price_postapoc": 100,
"price": 10,
"price_postapoc": 10,
"material": [ "plastic", "aluminum" ],
"symbol": ",",
"color": "blue",
Expand Down Expand Up @@ -146,7 +146,7 @@
"weight": "20 g",
"volume": "31 ml",
"price": 3000,
"price_postapoc": 250,
"price_postapoc": 150,
"material": "aluminum",
"symbol": ",",
"color": "light_gray",
Expand Down Expand Up @@ -176,7 +176,7 @@
"weight": "20 g",
"volume": "31 ml",
"price": 3000,
"price_postapoc": 250,
"price_postapoc": 150,
"material": "aluminum",
"symbol": ",",
"color": "light_gray",
Expand Down

0 comments on commit 1268e85

Please sign in to comment.