Skip to content

Commit

Permalink
fix .ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Dec 9, 2024
1 parent e388dac commit 03a5bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private void OnDoAfter(EntityUid uid, PsionicHypnoComponent component, PsionicHy
}
else if (args.Phase == 2)
{
_popups.PopupEntity(Loc.GetString("hypno-phase-3"), args.Target.Value, args.Target.Value, PopupType.Medium);
_popups.PopupEntity(Loc.GetString("hypno-phase-3", ("target", uid)), args.Target.Value, args.Target.Value, PopupType.Medium);

_doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, uid, component.UseDelay, new PsionicHypnosisDoAfterEvent(3), uid, target: args.Target)
{
Expand Down

0 comments on commit 03a5bf4

Please sign in to comment.