]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix hypo prick popup (#15782)
authorSlava0135 <40753025+Slava0135@users.noreply.github.com>
Tue, 25 Apr 2023 13:18:52 +0000 (16:18 +0300)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 13:18:52 +0000 (23:18 +1000)
Content.Server/Chemistry/EntitySystems/ChemistrySystemHypospray.cs

index d4076d6a19d507488796fc10bd57b1fc219940c7..2f579e0594eed096df190d422d2641128ce10063 100644 (file)
@@ -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);
             }