diff --git a/AutoDuty/Helpers/DeathHelper.cs b/AutoDuty/Helpers/DeathHelper.cs index 6d37c56b..7b2940ec 100644 --- a/AutoDuty/Helpers/DeathHelper.cs +++ b/AutoDuty/Helpers/DeathHelper.cs @@ -161,7 +161,8 @@ internal static void Stop() VNavmesh_IPCSubscriber.Path_Stop(); Plugin.Stage = Stage.Reading_Path; Svc.Log.Debug("DeathHelper - Player is Alive, and we are done with Revived Actions, changing state to Alive"); - _deathState = PlayerLifeState.Alive; + _deathState = PlayerLifeState.Alive; + Plugin.SkipTreasureCoffer = false; } private static unsafe void OnRevive(IFramework _)