Janitor QoL (#15626)

This commit is contained in:
metalgearsloth
2023-04-23 18:20:03 +10:00
committed by GitHub
parent 3116621501
commit 6076130987
4 changed files with 21 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ public sealed partial class PuddleSystem
continue;
var reagentTick = evaporation.EvaporationAmount * EvaporationCooldown.TotalSeconds;
puddleSolution.RemoveReagent(EvaporationReagent, reagentTick);
_solutionContainerSystem.TryRemoveReagent(uid, puddleSolution, EvaporationReagent, reagentTick);
// Despawn if we're done
if (puddleSolution.Volume == FixedPoint2.Zero)