Skip to content

Commit

Permalink
Merge branch 'master' into Floofstation-V7
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Dec 6, 2024
2 parents 902971f + 7698eda commit 8af552c
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 8af552c

Please sign in to comment.