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)
@@ -1755,7 +1769,7 @@ function calcs.perform(env, skipEHP)
1755
1769
buffs[buff.name].notBuff=true
1756
1770
end
1757
1771
end
1758
-
ifenv.minionand (buff.applyMinionsorbuff.applyAlliesorskillModList:Flag(nil, "BuffAppliesToAllies") andnotenv.minion.modDB:Flag(nil, "HiddenMonster")) then
1772
+
ifenv.minionandnotenv.minion.hostileand(buff.applyMinionsorbuff.applyAlliesorskillModList:Flag(nil, "BuffAppliesToAllies") andnotenv.minion.modDB:Flag(nil, "HiddenMonster")) then
0 commit comments