Add EmptyCondition to Harvester.
This commit is contained in:
committed by
Oliver Brakmann
parent
5f2cc5981d
commit
3be008f592
@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
return NextActivity;
|
||||
}
|
||||
|
||||
harv.AcceptResource(resource);
|
||||
harv.AcceptResource(self, resource);
|
||||
|
||||
foreach (var t in self.TraitsImplementing<INotifyHarvesterAction>())
|
||||
t.Harvested(self, resource);
|
||||
|
||||
Reference in New Issue
Block a user