forked from github/server
Beim BEKLAUEN wurde beim Ziel, nicht beim Beklauenden, UFL_LONGACTION gesetzt.
This commit is contained in:
parent
1949fd666a
commit
7aaeb1d70c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue