in my attack formula, and in Game_Battler, I'm setting critical damage to just be the damage variable, but for some reason I'm getting damage values of 5-8 when I'm expecting values of 2-3.if (b.result.critical==true);(a.atk/2);else;(a.atk-b.agi/2)/2;end;