Skip to content

Commit

Permalink
Merge pull request #34756 from Fris0uman/no_extra_capacity
Browse files Browse the repository at this point in the history
Removes capacity from cable and battery CBM
  • Loading branch information
ZhilkinSerg committed Oct 16, 2019
2 parents 5707490 + 944550e commit 36387eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down Expand Up @@ -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" ]
Expand Down

0 comments on commit 36387eb

Please sign in to comment.