using Robust.Shared.Audio; namespace Content.Server._White._Engi.PacifiedOnChaplainAction { /// /// WD. /// Adds verb for chaplain to pacify entity. /// [RegisterComponent] public sealed partial class PacifiedOnChaplainActionComponent : Component { [DataField] public SoundSpecifier ActionSound = new SoundPathSpecifier("/Audio/Effects/holy.ogg"); } }