Stop mop buckets from spilling when you push them (#26706)

This commit is contained in:
Vasilis
2024-04-04 10:39:54 +02:00
committed by DEATHB4DEFEAT
parent b0eeb74de2
commit 605b7490fd
3 changed files with 20 additions and 0 deletions

View File

@@ -143,6 +143,9 @@ public sealed partial class PuddleSystem
if (Openable.IsClosed(entity.Owner))
return;
if (!entity.Comp.SpillWhenThrown)
return;
if (args.User != null)
{
_adminLogger.Add(LogType.Landed,