diff --git a/BasicRotations/Duty/EmanationDefault.cs b/BasicRotations/Duty/EmanationDefault.cs index ac24849..a464ad4 100644 --- a/BasicRotations/Duty/EmanationDefault.cs +++ b/BasicRotations/Duty/EmanationDefault.cs @@ -11,7 +11,7 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act) bool Lol2 = HostileTarget?.CastActionId == 8522 bool Lol3 = HostileTarget?.CastActionId == 8523 - if (Lol1 && Lol2 && Lol3) + if (Lol1 || Lol2 || Lol3) { if (VrilPvE.CanUse(out act)) return true; // Normal if (VrilPvE_9345.CanUse(out act)) return true; // Extreme