- study, jetzt aber

This commit is contained in:
Christian Schlittchen 2002-03-10 15:50:11 +00:00
parent 2314fefc93
commit 832f365358
1 changed files with 1 additions and 1 deletions

View File

@ -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;