Skip to content

Commit

Permalink
Do not stuff the probe core 100% full of EC
Browse files Browse the repository at this point in the history
This will in turn cause available volume to go negative once avionics takes up some space of its own.
  • Loading branch information
siimav authored Jun 1, 2023
1 parent 88b3bb7 commit 9acad6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/ROTanks/Parts/Probes/ROT-ProbeCore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ PART
TANK
{
name = ElectricCharge
amount = 100%
maxAmount = 100%
amount = 1%
maxAmount = 1%
}
}

Expand Down

0 comments on commit 9acad6a

Please sign in to comment.