fixed turret InitialFacing and ROT

This commit is contained in:
Chris Forbes
2010-01-13 10:13:55 +13:00
parent 6f8eccb1b9
commit e7d1407458
3 changed files with 19 additions and 0 deletions

View File

@@ -144,6 +144,11 @@ namespace RulesConverter
{ "Minelayer", new PL {
{ "Mine", "Primary" } }
},
{ "Turreted", new PL {
{ "ROT", "ROT" },
{ "InitialFacing", "InitialFacing" } }
},
};
traitMap["RenderUnit"] = traitMap["RenderBuilding"];