Fix Ancestral Bond disabling Generals Cry damage (#8877)

Ancestral Bond does not apply to mirages
Not 100% if this is the best place to put the condition

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
This commit is contained in:
LocalIdentity
2025-07-22 02:37:25 +10:00
committed by GitHub
parent 5c0849a343
commit ec49dafa32

View File

@@ -362,6 +362,7 @@ function calcs.mirages(env)
}
elseif env.player.mainSkill.skillData.triggeredByGeneralsCry then
env.player.mainSkill.skillTypes[SkillType.Triggered] = true
env.player.mainSkill.skillCfg.skillCond["usedByMirage"] = true
local maxMirageWarriors = 0
local cooldown = 1
local generalsCryActiveSkill