diff --git a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs index a3d52a76fdbd..7081e10cae68 100644 --- a/Content.Server/Bed/Cryostorage/CryostorageSystem.cs +++ b/Content.Server/Bed/Cryostorage/CryostorageSystem.cs @@ -59,7 +59,7 @@ public override void Initialize() SubscribeLocalEvent(OnBeforeUIOpened); SubscribeLocalEvent(OnRemoveItemBuiMessage); - SubscribeLocalEvent(OnCryopodLeaveAction); + SubscribeLocalEvent(OnCryopodGhostAction); SubscribeLocalEvent(OnPlayerSpawned); SubscribeLocalEvent(OnMindRemoved); @@ -375,7 +375,7 @@ public override void Update(float frameTime) } // end 220 cryo department record // start 220 cryo action - public void OnCryopodLeaveAction(Entity ent, ref CryopodGhostActionEvent args) + public void OnCryopodGhostAction(Entity ent, ref CryopodGhostActionEvent args) { if (TryComp(args.Performer, out var contained)) contained.GracePeriodEndTime = Timing.CurTime;