Bluespace lockers fix (#13575)

This commit is contained in:
Chief-Engineer
2023-01-18 00:00:53 -06:00
committed by GitHub
parent b38f97a298
commit 5f2bccd1b6
2 changed files with 7 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ public sealed class BluespaceLockerLink : StationEventSystem
comp.AutoLinksUseProperties = true;
comp.AutoLinkProperties.BluespaceEffectOnInit = true;
comp.AutoLinkProperties.BluespaceEffectOnTeleportSource = true;
_bluespaceLocker.GetTarget(potentialLink, comp);
_bluespaceLocker.GetTarget(potentialLink, comp, true);
_bluespaceLocker.BluespaceEffect(potentialLink, comp, comp, true);
Sawmill.Info($"Converted {ToPrettyString(potentialLink)} to bluespace locker");