Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't auto-return units to refuel if they're converting
A converting unit may (e.g. Submersibles in Aviation ruleset) save itself from fuel exhaustion by conversion. In that case, there is no need to override the unit's existing orders at turn-end and auto-move it to a nearby refueling point (city, carrier, etc.). So, condition that auto-move code on !converting_fuel_rescue().
- Loading branch information