Skip to content

Commit

Permalink
Merge pull request #365 from xanunderscore/rocketpunch
Browse files Browse the repository at this point in the history
[TOP] P5 Delta Rocket Punch corner case
  • Loading branch information
awgil authored Jun 5, 2024
2 parents 152fc21 + e85fbb9 commit 89770e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/Modules/Endwalker/Ultimate/TOP/P5Delta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private IEnumerable<WDir> 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)
Expand Down

0 comments on commit 89770e0

Please sign in to comment.