remove spurious IProducer interface; add IBlocksBullets and move Wall
This commit is contained in:
@@ -193,7 +193,7 @@ namespace OpenRA.Traits
|
||||
return;
|
||||
}
|
||||
|
||||
if( producer.traits.WithInterface<IProducer>().Any( p => p.Produce( producer, newUnitType ) ) )
|
||||
if( producer.traits.WithInterface<Production>().Any( p => p.Produce( producer, newUnitType ) ) )
|
||||
FinishProduction( newUnitType.Category );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user