Add FTL arrival visuals (#29402)

* Add FTL arrival visuals

* weh

* Update Content.Shared/Shuttles/Components/FTLComponent.cs

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
metalgearsloth
2024-07-01 16:11:30 +10:00
committed by GitHub
parent 5543689c14
commit b6cf2ce524
10 changed files with 196 additions and 9 deletions

View File

@@ -38,9 +38,8 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem
private bool _enableShuttlePosition;
private EmergencyShuttleOverlay? _overlay;
public override void Initialize()
private void InitializeEmergency()
{
base.Initialize();
SubscribeNetworkEvent<EmergencyShuttlePositionMessage>(OnShuttlePosMessage);
}