Skip to content

Commit

Permalink
make electrons not drop from the batteries (#75506)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Aug 8, 2024
1 parent d74e076 commit a901bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"symbol": "=",
"color": "yellow",
"description": "Some free-floating battery charge. It can be reloaded into rechargeable battery cells, but can never be unloaded.",
"flags": [ "TRADER_AVOID", "ZERO_WEIGHT" ],
"flags": [ "TRADER_AVOID", "ZERO_WEIGHT", "NO_DROP" ],
"material": [ "battery" ],
"effects": [ "COOKOFF" ],
"volume": "100 ml",
Expand Down

0 comments on commit a901bcc

Please sign in to comment.