Merge pull request #4289 from pchote/ore-spawn-fix
Don't spawn resources at maximum density.
This commit is contained in:
@@ -161,7 +161,6 @@ namespace OpenRA.Traits
|
||||
{
|
||||
Type = t,
|
||||
Variant = ChooseRandomVariant(t),
|
||||
Density = t.Info.MaxDensity,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user