Skip to content

Commit

Permalink
Fix some guns lacking barter values (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 10, 2022
1 parent 801c986 commit e1cc073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/items/gun/40.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"weight": "921 g",
"volume": "518 ml",
"price": 65000,
"price_postapoc": 1500,
"to_hit": -2,
"material": [ "steel", "plastic" ],
"color": "dark_gray",
Expand Down Expand Up @@ -62,6 +63,7 @@
"weight": "785 g",
"volume": "505 ml",
"price": 65000,
"price_postapoc": 1500,
"to_hit": -2,
"material": [ "plastic", "steel" ],
"color": "dark_gray",
Expand Down
2 changes: 2 additions & 0 deletions data/json/items/gun/9mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"weight": "921 g",
"volume": "518 ml",
"price": 65000,
"price_postapoc": 2000,
"to_hit": -2,
"material": [ "steel", "plastic" ],
"color": "dark_gray",
Expand Down Expand Up @@ -300,6 +301,7 @@
"weight": "785 g",
"volume": "505 ml",
"price": 65000,
"price_postapoc": 2000,
"to_hit": -2,
"material": [ "plastic", "steel" ],
"color": "dark_gray",
Expand Down

0 comments on commit e1cc073

Please sign in to comment.