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:
Unknown
2017-12-24 11:04:54 +01:00
committed by abcdefg30
parent 73bd80ebc5
commit 4be593123d
8 changed files with 16 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ namespace OpenRA.Mods.Common.Traits
void INotifyHarvesterAction.MovingToResources(Actor self, CPos targetCell, Activity next) { }
void INotifyHarvesterAction.MovingToRefinery(Actor self, CPos targetCell, Activity next) { }
void INotifyHarvesterAction.MovingToRefinery(Actor self, Actor refineryActor, Activity next) { }
void INotifyHarvesterAction.MovementCancelled(Actor self) { }