Skip to content

Commit

Permalink
Merge pull request #1 from Sumenia/main
Browse files Browse the repository at this point in the history
fix Amistr Hat MATK
  • Loading branch information
Kordasauter authored Feb 20, 2022
2 parents 3ef9881 + 5aedf4a commit c9763bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/magicAttack.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function calcMAtk( includeMultipliers )
}
if(EquipNumSearch(1681))
{ //"Amistr Hat"
n_A_EquipMATK += Math.floor(n_A_HEAD_DEF_PLUS/2);
n_A_EquipMATK += Math.floor(n_A_HEAD_DEF_PLUS / 2) * 10;
if(EquipNumSearch(863))//Holy Stick
{
n_A_EquipMATK += 10 * Math.floor(n_A_Weapon_ATKplus / 2);
Expand Down

0 comments on commit c9763bc

Please sign in to comment.