Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Remove aspected horoscope check
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 24, 2024
1 parent 5a3de88 commit 30239ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XIVSlothCombo/Combos/PvE/AST.cs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ Gauge.DrawnCrownCard is CardType.LADY
if ((ActionReady(AspectedHelios)
&& aspectedHeliosHoT is null
&& heliosConjunctionHoT is null)
|| HasEffect(Buffs.Horoscope)
|| (HasEffect(Buffs.NeutralSect) && !HasEffect(Buffs.NeutralSectShield)))
return OriginalHook(AspectedHelios);
}
Expand Down

0 comments on commit 30239ae

Please sign in to comment.