Merge HeliLand into Land activity

This commit is contained in:
reaperrr
2019-03-27 00:52:18 +01:00
committed by Paul Chote
parent bc3cabdea0
commit 14bd5ada1a
10 changed files with 55 additions and 100 deletions

View File

@@ -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;
}