fix hypo prick popup (#15782)

This commit is contained in:
Slava0135
2023-04-25 16:18:52 +03:00
committed by GitHub
parent 3ee99961fd
commit 4e83f3569d

View 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);
}