* EI NATH

* fix gibs

* figs
This commit is contained in:
Kara
2022-06-23 05:19:32 -07:00
committed by GitHub
parent d684c67ee3
commit a63f698544
9 changed files with 84 additions and 3 deletions

View 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;
}