Merge HeliLand into Land activity
This commit is contained in:
@@ -164,7 +164,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
{
|
||||
if (info.TurnToLand)
|
||||
self.QueueActivity(new Turn(self, info.InitialFacing));
|
||||
self.QueueActivity(new HeliLand(self, true));
|
||||
self.QueueActivity(new Land(self, true));
|
||||
activity = NextActivity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user