prevent magnet deconstruction when active (#19849)
* raise ToolUseAttemptEvent on target as well as tool * prevent using tools on magnet when active --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -22,7 +22,8 @@ namespace Content.Shared.Tools.Components
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Attempt event called *before* any do afters to see if the tool usage should succeed or not.
|
||||
/// Attempt event called *before* any do afters to see if the tool usage should succeed or not.
|
||||
/// Raised on both the tool and then target.
|
||||
/// </summary>
|
||||
public sealed class ToolUseAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user