Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jun 6, 2024
1 parent 663d36b commit 68b02b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/Autorotation/GNB/GNBRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class State(WorldState ws) : CommonRotation.PlayerState(ws)
public float AuroraLeft; // 0 if buff not up, max 18
public int NumTargetsHitByAOE;
public int MaxCartridges;

// upgrade paths
public AID BestZone => Unlocked(AID.BlastingZone) ? AID.BlastingZone : AID.DangerZone;
public AID BestHeart => Unlocked(AID.HeartOfCorundum) ? AID.HeartOfCorundum : AID.HeartOfStone;
Expand Down

0 comments on commit 68b02b5

Please sign in to comment.