Re: [mccode v2] Gym
Same problem like with old gym.php : will goes down too much.
$gain += mt_rand(1, 3) / mt_rand(500, 900) * mt_rand(500, 900) * (($will + 20) / 150);
$will = max(0, $will - mt_rand(1, 3));
Instead of 1, 3 i put 0, 1. Takes me 7% from will, but another users (same level) goes to 50-60% will. How i change that? To take exactly (let's say 3%) ?