made a real terrain type for it; still not quite right though. will crash on snow maps atm too.
This commit is contained in:
@@ -3,9 +3,9 @@ using OpenRa.GameRules;
|
||||
|
||||
namespace OpenRa.Traits
|
||||
{
|
||||
class ProductionSurroundInfo : ITraitInfo
|
||||
class ProductionSurroundInfo : ProductionInfo
|
||||
{
|
||||
public object Create(Actor self) { return new ProductionSurround(self); }
|
||||
public override object Create(Actor self) { return new ProductionSurround(self); }
|
||||
}
|
||||
|
||||
class ProductionSurround : Production
|
||||
|
||||
Reference in New Issue
Block a user