update/revolt: Spread only actual casualties to land units
To spread C casualties among N land units, take_casualties() applies floor(C/N)+2 to each. Bonkers. Has been that way since land units were added in Chainsaw 3. Limit casualties spread to a land unit to their remaining amount. Should really spread proportionally to military instead of evenly; add a TODO comment for that. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
c7195ed92e
commit
d8e19174ae
4 changed files with 6 additions and 6 deletions
|
@ -182,7 +182,6 @@ land 0:31,-16:-1
|
|||
| BUG: "Sector -12,-8 has been retaken!" instead of takeover
|
||||
| -10,-8 che win, don't take over
|
||||
| -8,-8 che lose
|
||||
| BUG: che kill 2m more than they should
|
||||
| -6,-8 che lose
|
||||
| BUG: inf#29 shouldn't die
|
||||
| plague stage 4 (dying) -16:-1,-6 ship#10 land#10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue