format TODO: uniformly to auto-generate task list in MonoDevelop
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenRA.Mods.RA
|
||||
if (--ticks <= 0)
|
||||
{
|
||||
var info = self.Info.Traits.Get<CrateSpawnerInfo>();
|
||||
ticks = info.SpawnInterval * 25; // todo: randomize
|
||||
ticks = info.SpawnInterval * 25; // TODO: randomize
|
||||
|
||||
crates.RemoveAll(x => !x.IsInWorld);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user