Closed ledpup closed 7 years ago
TODO: Find destination region to drop airlifted units
TODO: have land units dis-embark as soon as they reach landfall, not at the start of the next turn - which wastes a turn for both the flier and the land unit. To do this, will need to make disembark orders executable before or after move orders.
Done
Adding an unload unit order to execute after a move is not a good approach because the transporter could get intercepted and stop moving but the transportee will still try to unload.
Instead, at the start of the turn, the transporter/transportee should decide to change their orders from the outset.
Alternative solution: transportees unload at the end of a turn if they've arrived at a suitable destination - a conditional unload unit order.