Wenn man 1/2 schreibt

sollte auch 1/2 im Code stehen.
This commit is contained in:
CTD 2014-08-14 02:21:43 +02:00
parent aa07c550ab
commit 1c8488f2b4
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ static double study_speedup(unit * u, skill_t s, int rule_type)
skill *sv = u->skills + i;
learnweeks = +(sv->level * (sv->level + 1) / 2.0);
}
if (learnweeks < turn / 3) {
if (learnweeks < turn / 2) {
return 2.0;
}
}