Rename ProduceableWithLevel to ProducibleWithLevel.

This commit is contained in:
Taryn Hill
2015-07-13 20:56:38 -05:00
parent b58d1037ea
commit a3d740aa44
10 changed files with 41 additions and 41 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenRA.Mods.Common.Traits
foreach (var a in self.World.Map.Rules.Actors.Values)
{
var uwc = a.Traits.GetOrDefault<ProduceableWithLevelInfo>();
var uwc = a.Traits.GetOrDefault<ProducibleWithLevelInfo>();
if (uwc != null)
ttc.Add(MakeKey(a.Name), uwc.Prerequisites, 0, this);
}