Skip to content

Commit

Permalink
Merge pull request #72575 from DobriniaMerk/railway_track
Browse files Browse the repository at this point in the history
Fixed railroad track length and price
  • Loading branch information
Maleclypse authored Mar 24, 2024
2 parents 4f83a62 + 9568353 commit ef2f52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,9 +1127,9 @@
"weight": "60000 g",
"//0": "Modern railroad tracks are typically around 60kg per meter.",
"volume": "10 L",
"longest_side": "50 cm",
"longest_side": "100 cm",
"price": 10000,
"price_postapoc": 50,
"price_postapoc": 100,
"material": [ "mc_steel" ],
"symbol": "=",
"color": "light_gray",
Expand Down

0 comments on commit ef2f52b

Please sign in to comment.