Solution rejig (#12428)
This commit is contained in:
@@ -78,7 +78,7 @@ public sealed class FireExtinguisherSystem : EntitySystem
|
||||
{
|
||||
transfer = solTrans.TransferAmount;
|
||||
}
|
||||
transfer = FixedPoint2.Min(transfer, targetSolution.DrainAvailable);
|
||||
transfer = FixedPoint2.Min(transfer, targetSolution.Volume);
|
||||
|
||||
if (transfer > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user