12
Content.Server/Magic/Events/SmiteSpellEvent.cs
Normal file
12
Content.Server/Magic/Events/SmiteSpellEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Shared.Actions;
|
||||
|
||||
namespace Content.Server.Magic.Events;
|
||||
|
||||
public sealed class SmiteSpellEvent : EntityTargetActionEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Should this smite delete all parts/mechanisms gibbed except for the brain?
|
||||
/// </summary>
|
||||
[DataField("deleteNonBrainParts")]
|
||||
public bool DeleteNonBrainParts = true;
|
||||
}
|
||||
Reference in New Issue
Block a user