Fix #661 - map placed SAMs cannot attack
This commit is contained in:
@@ -55,6 +55,7 @@ namespace OpenRA.Mods.Cnc
|
|||||||
init.self.Trait<RenderBuilding>()
|
init.self.Trait<RenderBuilding>()
|
||||||
.PlayCustomAnimRepeating(init.self, "closed-idle");
|
.PlayCustomAnimRepeating(init.self, "closed-idle");
|
||||||
Turret.desiredFacing = null;
|
Turret.desiredFacing = null;
|
||||||
|
buildComplete = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user