You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
activeSkill.skillData.minionLevelIsTriggeredSkillLevelandactiveEffect.srcInstance.supportEffectandactiveEffect.srcInstance.supportEffect.activeSkillLevelanddata.minionLevelTable[activeEffect.srcInstance.supportEffect.activeSkillLevel] or
795
801
activeSkill.skillData.minionLevelIsPlayerLeveland (m_min(env.buildandenv.build.characterLeveloractiveSkill.skillData.minionLeveloractiveEffect.grantedEffectLevel.levelRequirement, activeSkill.skillData.minionLevelIsPlayerLevel)) or
@@ -799,8 +805,14 @@ function calcs.buildActiveSkillModList(env, activeSkill)
@@ -1754,7 +1768,7 @@ function calcs.perform(env, skipEHP)
1754
1768
buffs[buff.name].notBuff=true
1755
1769
end
1756
1770
end
1757
-
ifenv.minionand (buff.applyMinionsorbuff.applyAlliesorskillModList:Flag(nil, "BuffAppliesToAllies") andnotenv.minion.modDB:Flag(nil, "HiddenMonster")) then
1771
+
ifenv.minionandnotenv.minion.hostileand(buff.applyMinionsorbuff.applyAlliesorskillModList:Flag(nil, "BuffAppliesToAllies") andnotenv.minion.modDB:Flag(nil, "HiddenMonster")) then
0 commit comments