mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
Release 1.2.0.0
This commit is contained in:
@@ -1187,6 +1187,11 @@ public static class ModuleConditionEvaluator
|
||||
return state.Auras.TryGetValue(key["aura.".Length..], out var value) ? value : null;
|
||||
}
|
||||
|
||||
if (RecognizedAuraFields.TryGetName(key, out var recognizedAuraName))
|
||||
{
|
||||
return state.RecognizedAuras.TryGetValue(recognizedAuraName, out var value) ? value : 0;
|
||||
}
|
||||
|
||||
if (ModuleSpecialActions.IsFailedSpell(key))
|
||||
{
|
||||
return ModuleSpecialActions.GetFailedSpell(state, failedSpells);
|
||||
|
||||
Reference in New Issue
Block a user