Extract StoresResources from Harvester
This commit is contained in:
committed by
Matthias Mailänder
parent
60a446123b
commit
d427072cc9
@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (resource.Type == null || resourceLayer.RemoveResource(resource.Type, self.Location) != 1)
|
||||
return true;
|
||||
|
||||
harv.AcceptResource(self, resource.Type);
|
||||
harv.AddResource(self, resource.Type);
|
||||
|
||||
foreach (var t in notifyHarvestActions)
|
||||
t.Harvested(self, resource.Type);
|
||||
|
||||
Reference in New Issue
Block a user