Makes the QSI Popup Nicer (#30265)

This commit is contained in:
Cojoke
2024-07-22 22:23:04 -05:00
committed by GitHub
parent d65c78746e
commit 3ab6d5daff

View File

@@ -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);