Replace old Overflow algorithm (#6280)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Server.Destructible.Thresholds.Behaviors
|
||||
else if (Solution != null &&
|
||||
solutionContainerSystem.TryGetSolution(owner, Solution, out var behaviorSolution))
|
||||
{
|
||||
spillableSystem.SpillAt(behaviorSolution, coordinates, "PuddleSmear", false);
|
||||
spillableSystem.SpillAt(behaviorSolution, coordinates, "PuddleSmear");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user