From a901bcca40be68628e552d9a2d9d53b67c00f40a Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:55:52 +0200 Subject: [PATCH] make electrons not drop from the batteries (#75506) --- data/json/items/ammo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/ammo.json b/data/json/items/ammo.json index 35051655bb24d..134b08f33a832 100644 --- a/data/json/items/ammo.json +++ b/data/json/items/ammo.json @@ -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",