From: Slava0135 <40753025+Slava0135@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:18:52 +0000 (+0300) Subject: fix hypo prick popup (#15782) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4e83f3569d8b4908c55157382f2d19d318e056d0;p=space-station-14.git fix hypo prick popup (#15782) --- diff --git a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs index d4076d6a19..2f579e0594 100644 --- a/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs +++ b/Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs @@ -99,7 +99,7 @@ namespace Content.Server.Chemistry.EntitySystems if (target != user) { - _popup.PopupEntity(Loc.GetString("hypospray-component-feel-prick-message"), target.Value); + _popup.PopupEntity(Loc.GetString("hypospray-component-feel-prick-message"), target.Value, target.Value); // TODO: This should just be using melee attacks... // meleeSys.SendLunge(angle, user); }