Don't let the player interrupt takeoff after a succesful caryall pickup
This commit is contained in:
committed by
Matthias Mailänder
parent
5db07097e8
commit
ad269555d9
@@ -121,6 +121,10 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We don't want to allow TakeOff to be cancelled
|
||||||
|
if (ChildActivity is TakeOff)
|
||||||
|
ChildHasPriority = true;
|
||||||
|
|
||||||
// Return once we are in the pickup state and the pickup activities have completed
|
// Return once we are in the pickup state and the pickup activities have completed
|
||||||
return TickChild(self) && state == PickupState.Pickup;
|
return TickChild(self) && state == PickupState.Pickup;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user