From 9ab5846d56bee4b12e89a1bd30404d827766a1d2 Mon Sep 17 00:00:00 2001
From: Bryant Mairs <bwmairs@ucsc.edu>
Date: Sun, 30 Mar 2014 23:40:54 +0200
Subject: [PATCH] Make the charge stored by every battery box consistent with the input ingredients.

---
 technic/machines/MV/battery_box.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/machines/MV/battery_box.lua b/technic/machines/MV/battery_box.lua
index e58bbf5..6a996b8 100644
--- a/technic/machines/MV/battery_box.lua
+++ b/technic/machines/MV/battery_box.lua
@@ -11,7 +11,7 @@
 
 technic.register_battery_box({
 	tier           = "MV",
-	max_charge     = 300000,
+	max_charge     = 200000,
 	charge_rate    = 20000,
 	discharge_rate = 80000,
 	charge_step    = 2000,

--
Gitblit v1.8.0