add me (jongleur1983) to AUTHORS
#14558: MovingToRefinery takes actor instead of CPos DeliveryOffset (previously added by the harvester) is now taken into account by the AutoCarryable fix whitespaces
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
{
|
||||
var notify = self.TraitsImplementing<INotifyHarvesterAction>();
|
||||
foreach (var n in notify)
|
||||
n.MovingToRefinery(self, proc.Location + iao.DeliveryOffset, this);
|
||||
n.MovingToRefinery(self, proc, this);
|
||||
|
||||
return ActivityUtils.SequenceActivities(movement.MoveTo(proc.Location + iao.DeliveryOffset, 0), this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user