Skip to content

Commit

Permalink
Merge pull request #72174 from adamchen151/new_feature
Browse files Browse the repository at this point in the history
Changed neoprene patch price from 100 to 5. Resolves issue #71813
  • Loading branch information
Maleclypse authored Mar 7, 2024
2 parents 6bd3a7c + 618cd7e commit de75029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,7 @@
"name": { "str": "neoprene patch", "str_pl": "neoprene patches" },
"description": "A small neoprene patch. Can be used to repair neoprene clothing.",
"price": 1000,
"price_postapoc": 100,
"price_postapoc": 5,
"material": [ "neoprene" ],
"flags": [ "NO_SALVAGE" ],
"weight": "3 g",
Expand Down

0 comments on commit de75029

Please sign in to comment.