HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Actions
Bug #913516
closedFIXED: Capture Units won't trigger Casus Belli
Start date:
Due date:
% Done:
0%
Estimated time:
Description
unithand.c::do_capture_units(...)
line:360
/* May cause an incident */
action_consequence_success(paction, pplayer,
unit_owner(to_capture),
pdesttile, victim_link);
This incorrectly identifies the victim as the owner. Because the unit has already been captured, unit_owner(to_capture) has now become the offender who captured the unit. This eventually causes action_consequence_success to fail in making casus belli.
FIX: change unit_owner(to_capture) to: uplayer
Files
Updated by Marko Lindqvist over 2 years ago
- File 0033-Fix-Capture-Unit-s-Casus-Belli-triggering.patch 0033-Fix-Capture-Unit-s-Casus-Belli-triggering.patch added
- Category set to Server
- Status changed from New to Resolved
- Sprint/Milestone set to 3.0.0-beta1
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Actions