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
if(nottypes[weaponData.type] and (notweaponData.countsAsAll1Hornot (types["Claw"] ortypes["Dagger"] ortypes["One Handed Axe"] ortypes["One Handed Mace"] ortypes["One Handed Sword"])) andnotweaponData.countsAsDualWielding) or
220
+
(weaponData.countsAsDualWieldingand (not (types["One Handed Axe"] ortypes["One Handed Sword"]) andnotskillTypeDualWieldOnly)) then-- Wings of Entropy special case
221
221
returnnil, info
222
222
end
223
223
end
@@ -304,7 +304,7 @@ function calcs.buildActiveSkillModList(env, activeSkill)
0 commit comments