View Single Post
  #3  
Old 04-09-2008, 03:38 PM
LordKahel
Fire Beetle
 
Join Date: Sep 2007
Posts: 22
Default

Correction for reflexive mastery

Code:
	AA_mod += 3*GetAA(aaPhysicalEnhancement);
	AA_mod += 2*GetAA(aaLightningReflexes);
	AA_mod += GetAA(aaReflexiveMastery);
	chancetohit -= chancetohit * AA_mod / 100;
Changed AA_Mod to AA_mod
Reply With Quote