From 944550e2f4b43c7fa33b4b6713601136398b44ef Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Mon, 14 Oct 2019 22:58:33 +0200 Subject: [PATCH] removes extra capacity --- data/json/bionics.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/json/bionics.json b/data/json/bionics.json index 70dcb57f63f43..6497ad2980676 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -82,7 +82,6 @@ "id": "bio_batteries", "type": "bionic", "name": "Battery System", - "capacity": 10, "description": "You have a battery draining attachment, and thus can make use of the energy contained in normal, everyday batteries. Use 'E' to drain charge from a battery. Can be toggled on and off at will.", "occupied_bodyparts": [ [ "TORSO", 25 ] ], "flags": [ "BIONIC_POWER_SOURCE", "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ] @@ -136,7 +135,6 @@ "id": "bio_cable", "type": "bionic", "name": "Cable Charger System", - "capacity": 10, "description": "You have a complex port surgically mounted above your hip. While active, it will recharge bionic power when connected to a power source via jumper cable.", "occupied_bodyparts": [ [ "TORSO", 10 ] ], "flags": [ "BIONIC_POWER_SOURCE", "BIONIC_SHOCKPROOF", "BIONIC_TOGGLED" ]