forked from github/server
- study, jetzt aber
This commit is contained in:
parent
2314fefc93
commit
832f365358
|
@ -403,7 +403,7 @@ teach(region * r, unit * u)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* u is teacher, u2 is student */
|
/* u is teacher, u2 is student */
|
||||||
if (eff_skill(u2, sk, r) >= eff_skill(u, sk, r)-TEACHDIFFERENCE) {
|
if (eff_skill(u2, sk, r) > eff_skill(u, sk, r)-TEACHDIFFERENCE) {
|
||||||
add_message(&u->faction->msgs,
|
add_message(&u->faction->msgs,
|
||||||
msg_error(u, u->thisorder, "teach_asgood", "student", u2));
|
msg_error(u, u->thisorder, "teach_asgood", "student", u2));
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue