1
Suggestions / Re: Avoid excessive first turn reaction fire
« on: June 08, 2013, 04:36:41 pm »
I see... I don't remember where I read that.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
stats->tu += 4 * difficulty * stats->tu / 100;
unit->setTimeUnits(stats->tu);
unit->spendTimeUnits(Random()%stats->tu); https://use whatever random generator you guys usually use
stats->stamina += 4 * difficulty * stats->stamina / 100;