forked from github/server
In Regionen mit Händlern konnten Einheiten sich nicht bewegen.
This commit is contained in:
parent
ff265f489c
commit
cf4487fa5c
|
@ -2887,10 +2887,10 @@ expandtax(region * r, request * taxorders)
|
||||||
for (u = r->units; u; u = u->next) {
|
for (u = r->units; u; u = u->next) {
|
||||||
if (u->n >= 0) {
|
if (u->n >= 0) {
|
||||||
add_income(u, IC_TAX, u->wants, u->n);
|
add_income(u, IC_TAX, u->wants, u->n);
|
||||||
}
|
|
||||||
fset(u, UFL_LONGACTION);
|
fset(u, UFL_LONGACTION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
tax_cmd(unit * u, struct order * ord, request ** taxorders)
|
tax_cmd(unit * u, struct order * ord, request ** taxorders)
|
||||||
|
|
Loading…
Reference in New Issue