forked from github/server
Beim BEKLAUEN wurde beim Ziel, nicht beim Beklauenden, UFL_LONGACTION gesetzt.
This commit is contained in:
parent
1949fd666a
commit
7aaeb1d70c
1 changed files with 1 additions and 1 deletions
|
@ -2198,7 +2198,7 @@ expandstealing(region * r, request * stealorders)
|
||||||
ADDMSG(&u->faction->msgs, msg_message("stealeffect", "unit region amount", u, u->region, n));
|
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);
|
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);
|
free(oa);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue