Parteirasse muss natürlich auch konvertiert werden.

This commit is contained in:
Christian Schlittchen 2002-02-10 18:18:46 +00:00
parent ba3d3e0db6
commit bf2a476e3a
1 changed files with 3 additions and 0 deletions

View File

@ -2619,6 +2619,9 @@ orc_conversion(void)
unit *u;
for(f=factions; f; f=f->next) {
if(f->race == new_race[RC_ORC]) {
f->race == new_race[RC_URUK];
}
for(u=f->units; u; u=u->next) {
if(u->race == new_race[RC_ORC]) {
/* convert to either uruk or snotling */