Advanced Mop is now More Advanced + SolutionPurge Component (#15532)
Co-authored-by: Arimah <arimah42@gmail.com>
This commit is contained in:
@@ -129,12 +129,12 @@ public sealed partial class SolutionContainerSystem : EntitySystem
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Splits a solution without the specified reagent.
|
||||
/// Splits a solution without the specified reagent(s).
|
||||
/// </summary>
|
||||
public Solution SplitSolutionWithout(EntityUid targetUid, Solution solutionHolder, FixedPoint2 quantity,
|
||||
string reagent)
|
||||
params string[] reagents)
|
||||
{
|
||||
var splitSol = solutionHolder.SplitSolutionWithout(quantity, reagent);
|
||||
var splitSol = solutionHolder.SplitSolutionWithout(quantity, reagents);
|
||||
UpdateChemicals(targetUid, solutionHolder);
|
||||
return splitSol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user