Refactored ticks to delay per issue #9810
This commit is contained in:
committed by
colonelpopcorn
parent
689f05c3ca
commit
2d4c3f715f
@@ -74,7 +74,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
foreach (var t in self.TraitsImplementing<INotifyHarvesterAction>())
|
||||
t.Harvested(self, resource);
|
||||
|
||||
return ActivityUtils.SequenceActivities(new Wait(harvInfo.LoadTicksPerBale), this);
|
||||
return ActivityUtils.SequenceActivities(new Wait(harvInfo.BaleLoadDelay), this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user