healing bard spell (#938)

This commit is contained in:
Ed
2025-02-25 15:44:22 +03:00
committed by GitHub
parent 3a0a4c17ea
commit 3e26334c53
16 changed files with 136 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ using Content.Shared._CP14.MagicSpell.Components;
using Content.Shared._CP14.MagicSpell.Events;
using Content.Shared.Damage.Components;
using Content.Shared.Hands.Components;
using Content.Shared.Instruments;
using Content.Shared.Popups;
using Content.Shared.Speech.Muting;
@@ -60,7 +61,6 @@ public abstract partial class CP14SharedMagicSystem
{
args.PushReason(Loc.GetString("cp14-magic-spell-stamina-not-enough"));
args.Cancel();
return;
}
}