Overhaul Carryall behaviour, adding support for manual control.
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
if ((self.CenterPosition - target.CenterPosition).LengthSquared < transport.MinimumDistance.LengthSquared)
|
||||
return;
|
||||
|
||||
transport.RequestTransport(targetCell, nextActivity);
|
||||
transport.RequestTransport(self, targetCell, nextActivity);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user