From: Cojoke <83733158+Cojoke-dot@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:23:04 +0000 (-0500) Subject: Makes the QSI Popup Nicer (#30265) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3ab6d5daffe4b5666a968f84c269d8348552f6a5;p=space-station-14.git Makes the QSI Popup Nicer (#30265) --- diff --git a/Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs b/Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs index a5ad77d43b..15807794c3 100644 --- a/Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs +++ b/Content.Shared/Teleportation/Systems/SwapTeleporterSystem.cs @@ -164,9 +164,9 @@ public sealed class SwapTeleporterSystem : EntitySystem return; } - _popup.PopupEntity(Loc.GetString("swap-teleporter-popup-teleport-other", + _popup.PopupClient(Loc.GetString("swap-teleporter-popup-teleport-other", ("entity", Identity.Entity(linkedEnt, EntityManager))), - otherTeleEnt, + teleEnt, otherTeleEnt, PopupType.MediumCaution); _transform.SwapPositions(teleEnt, otherTeleEnt);