Remove ResupplyAircraft and AllowYieldingReservation
The few extra things those two activities did can be done in Resupply, making them redundant.
This commit is contained in:
@@ -235,7 +235,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
else
|
||||
QueueChild(self, new Land(self, Target.FromPos(dest.CenterPosition + offset), true, dest), true);
|
||||
|
||||
QueueChild(self, new ResupplyAircraft(self), true);
|
||||
QueueChild(self, new Resupply(self, dest, WDist.Zero), true);
|
||||
resupplied = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user