Fix Sinister Strikes calc

This commit is contained in:
Michael Cook (mackal) 2015-09-24 19:39:36 -04:00
parent d0f9a14217
commit 957aba7ae5

View File

@ -2681,7 +2681,7 @@ uint8 Mob::GetWeaponDamageBonus(const Item_Struct *weapon, bool offhand)
else if (delay >= 45)
return 4 + ((level - 28) / 3) + ((delay - 40) / 3);
} else {
return 1 + ((level - 28) / 3) * (delay / 30);
return 1 + ((level - 40) / 3) * (delay / 30); // YOOO shit's useless waste of AAs
}
} else {
// 2h damage bonus