diff --git a/BossMod/Modules/Endwalker/Ultimate/TOP/P5Delta.cs b/BossMod/Modules/Endwalker/Ultimate/TOP/P5Delta.cs index 034d275d35..cfdd0e7b0e 100644 --- a/BossMod/Modules/Endwalker/Ultimate/TOP/P5Delta.cs +++ b/BossMod/Modules/Endwalker/Ultimate/TOP/P5Delta.cs @@ -238,7 +238,7 @@ private IEnumerable SafeSpotOffsets(int slot) if (p.PartnerSlot < 0 || _eyeDir == default) yield break; // no safe spots yet - if (p.RocketPunch == null) + if (NumPunchesSpawned < PartyState.MaxPartySize) { // no punches yet, show all 4 possible spots if (p.IsLocal)