Let docking angle be determined by the host building.

This commit is contained in:
tovl
2020-08-02 13:56:51 +02:00
committed by reaperrr
parent 2e8c85ff0b
commit 92189e4b50
13 changed files with 71 additions and 16 deletions

View File

@@ -114,9 +114,6 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Does this VTOL actor need to turn before landing (on terrain)?")]
public readonly bool TurnToLand = false;
[Desc("Does this VTOL actor need to turn before landing on a resupplier?")]
public readonly bool TurnToDock = true;
[Desc("Does this actor automatically take off after resupplying?")]
public readonly bool TakeOffOnResupply = false;