prevent mopping while on cooldown (#16261)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
345b80f27d
commit
ee023b567a
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ public sealed class AbsorbentSystem : SharedAbsorbentSystem
|
|||
if (!_solutionSystem.TryGetSolution(used, AbsorbentComponent.SolutionName, out var absorberSoln))
|
||||
return;
|
||||
|
||||
if (_useDelay.ActiveDelay(used))
|
||||
return;
|
||||
|
||||
// If it's a puddle try to grab from
|
||||
if (!TryPuddleInteract(user, used, target, component, absorberSoln))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue