psychokinetic scream LogPowerUsed (#4816)
This commit is contained in:
parent
08273e5da1
commit
eb13a3721d
|
|
@ -11,6 +11,7 @@ public sealed partial class PsychokineticScreamPowerSystem : EntitySystem
|
|||
[Dependency] private readonly AudioSystem _audio = default!;
|
||||
[Dependency] private readonly SharedActionsSystem _actions = default!;
|
||||
[Dependency] private readonly ShatterLightsAbilitySystem _shatterLights = default!;
|
||||
[Dependency] private readonly SharedPsionicAbilitiesSystem _psionics = default!;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
|
|
@ -54,6 +55,8 @@ public sealed partial class PsychokineticScreamPowerSystem : EntitySystem
|
|||
|
||||
SpawnAttachedTo(entity.Comp.Effect, entity.Owner.ToCoordinates());
|
||||
|
||||
_psionics.LogPowerUsed(entity.Owner, "psychokinetic scream", 3, 6);
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue