Adds RallyPoint to Airfield, queues TakeOff

This commit is contained in:
Kanar
2014-06-10 13:23:30 +02:00
parent ccb34adb04
commit 6fdb9e688a
8 changed files with 55 additions and 52 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenRA.Mods.RA
}
}
newUnit.SetTargetLine(target, Color.Green, false);
newUnit.SetTargetLine(target, rp.Value != null ? Color.Red : Color.Green, false);
if (!self.IsDead())
foreach (var t in self.TraitsImplementing<INotifyProduction>())