Skip to content

Commit

Permalink
Fix mat (#55740)
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxima-b authored Mar 4, 2022
1 parent 2c89572 commit 38b8fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@
"weight": "900 g",
"volume": "1500 ml",
"price_postapoc": 375,
"material": [ "iron" ],
"material": [ "iron", "charcoal" ],
"symbol": "=",
"color": "yellow",
"ammo_type": [ "battery", "charcoal" ],
"ammo_type": [ "battery" ],
"count": 1000,
"capacity": 1000,
"looks_like": "battery",
Expand Down

0 comments on commit 38b8fd5

Please sign in to comment.