Beim BEKLAUEN wurde beim Ziel, nicht beim Beklauenden, UFL_LONGACTION gesetzt.
This commit is contained in:
Enno Rehling 2005-05-29 15:04:58 +00:00
parent 1949fd666a
commit 7aaeb1d70c
1 changed files with 1 additions and 1 deletions

View File

@ -2198,7 +2198,7 @@ expandstealing(region * r, request * stealorders)
ADDMSG(&u->faction->msgs, msg_message("stealeffect", "unit region amount", u, u->region, n));
}
add_income(oa[i].unit, IC_STEAL, oa[i].unit->wants, oa[i].unit->n);
fset(u, UFL_LONGACTION);
fset(oa[i].unit, UFL_LONGACTION);
}
free(oa);
}