Merge pull request #5579 from Mailaender/frozen-C4

Fixed C4 target inconsistencies with Fog of War and Husks
This commit is contained in:
Paul Chote
2014-06-15 22:01:04 +12:00
7 changed files with 23 additions and 16 deletions

View File

@@ -35,6 +35,8 @@ namespace OpenRA.Mods.RA
[Desc("Cell offset where the exiting actor enters the ActorMap")]
public readonly CVec ExitCell = CVec.Zero;
public readonly int Facing = -1;
[Desc("AttackMove to a RallyPoint or stay where you are spawned.")]
public readonly bool MoveIntoWorld = true;
}