forked from github/server
Wenn man 1/2 schreibt
sollte auch 1/2 im Code stehen.
This commit is contained in:
parent
aa07c550ab
commit
1c8488f2b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue