Skip to content

Commit

Permalink
no glimmer raise hypno
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Dec 6, 2024
1 parent 3fcbf6b commit 7698eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private void OnPowerUsed(EntityUid uid, PsionicHypnoComponent component, HypnoPo
_popups.PopupEntity(Loc.GetString("hypno-phase-1", ("target", uid)), args.Target, args.Target, PopupType.Small);

args.Handled = true;
_psionics.LogPowerUsed(args.Performer, "hypno");
_psionics.LogPowerUsed(args.Performer, "hypno", 0, 0);
}

private void OnDispelled(EntityUid uid, PsionicHypnoComponent component, DispelledEvent args)
Expand Down

0 comments on commit 7698eda

Please sign in to comment.