Overhaul Carryall behaviour, adding support for manual control.

This commit is contained in:
Paul Chote
2016-07-31 02:01:29 +01:00
parent d08cc10abb
commit 1ae86f34f8
20 changed files with 842 additions and 402 deletions

View File

@@ -43,9 +43,6 @@ namespace OpenRA.Mods.Common.Activities
public override void Cancel(Actor self)
{
if (transportable != null)
transportable.WantsTransport = false;
if (inner != null)
inner.Cancel(self);
}