integrate

This commit is contained in:
Ed
2025-04-30 20:50:03 +03:00
parent ef6d973301
commit 518b439c0f
6 changed files with 21 additions and 10 deletions

View File

@@ -68,11 +68,13 @@ public sealed partial class PuddleSystem
puddleSolution.SplitSolutionWithOnly(reagentTick, evaporatingReagent);
}
//CP14 force evaporation under sky
if (evaporation.CP14ForceEvaporation)
{
var reagentTick = evaporation.EvaporationAmount * EvaporationCooldown.TotalSeconds;
puddleSolution.SplitSolution(reagentTick);
}
//CP14 force evaporation under sky end
// Despawn if we're done
if (puddleSolution.Volume == FixedPoint2.Zero)