From 9f070c19c6cfbe596c77ad73b923c075bb9cf154 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Fri, 7 Feb 2014 13:30:08 -0600 Subject: [PATCH] Opps. --- items/storage/ItemBasicStorageCell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/storage/ItemBasicStorageCell.java b/items/storage/ItemBasicStorageCell.java index 372c4d484..2643610b7 100644 --- a/items/storage/ItemBasicStorageCell.java +++ b/items/storage/ItemBasicStorageCell.java @@ -40,7 +40,7 @@ public class ItemBasicStorageCell extends AEBaseItem implements IStorageCell, II switch (component) { case Cell1kPart: - idleDrain = 12.5; + idleDrain = 0.5; break; case Cell4kPart: idleDrain = 1.0;