All Terminals / Monitors now use 0.5 ae/t

This commit is contained in:
AlgorithmX2
2014-08-25 20:21:29 -05:00
parent 6619bfce38
commit 63fa1bdd66
+3
View File
@@ -211,7 +211,10 @@ public class PartMonitor extends AEBasePart implements IPartMonitor, IPowerChann
super( c, is );
if ( requireChannel )
{
proxy.setFlags( GridFlags.REQUIRE_CHANNEL );
proxy.setIdlePowerUsage( 1.0 / 2.0 );
}
else
proxy.setIdlePowerUsage( 1.0 / 16.0 ); // lights drain a little bit.