Prevent mice from spilling containers. (#22812)
Added component on mouse prototype to prevent spill verb from being added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.Fluids.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class PreventSpillerComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user