Nerf the fusion reactor a little.
This commit is contained in:
parent
9d0a2a0ddc
commit
dc32c9505d
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ public class TileFusionControlComputer extends TilePowerAcceptor
|
|||
|
||||
@Override
|
||||
public double getPowerMultiplier() {
|
||||
return Math.round(Math.pow(size - 5, 2));
|
||||
return size -5;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue