Makes the QSI Popup Nicer (#30265)
This commit is contained in:
@@ -164,9 +164,9 @@ public sealed class SwapTeleporterSystem : EntitySystem
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_popup.PopupEntity(Loc.GetString("swap-teleporter-popup-teleport-other",
|
_popup.PopupClient(Loc.GetString("swap-teleporter-popup-teleport-other",
|
||||||
("entity", Identity.Entity(linkedEnt, EntityManager))),
|
("entity", Identity.Entity(linkedEnt, EntityManager))),
|
||||||
otherTeleEnt,
|
teleEnt,
|
||||||
otherTeleEnt,
|
otherTeleEnt,
|
||||||
PopupType.MediumCaution);
|
PopupType.MediumCaution);
|
||||||
_transform.SwapPositions(teleEnt, otherTeleEnt);
|
_transform.SwapPositions(teleEnt, otherTeleEnt);
|
||||||
|
|||||||
Reference in New Issue
Block a user