This commit is contained in:
PrototypeTrousers
2023-02-02 14:50:23 -03:00
parent 329e613c99
commit 58a6dabb20
5 changed files with 5 additions and 4 deletions
@@ -130,8 +130,9 @@ public class ContainerMEPortableCell extends ContainerMEMonitorable implements I
this.powerMultiplier = powerMultiplier;
}
@Override
public int availableUpgrades() {
return 2;
return 1;
}
@Override