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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user