let the cruiser jump in earlier and nearer to friendly harbor

fixes #3126
This commit is contained in:
Matthias Mailänder
2013-06-17 21:50:05 +02:00
parent 734f12bbc6
commit 659600db23
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRA.Scripting
var targetCell = kv.Second;
var cs = target.Trait<Chronoshiftable>();
if (chronosphere.Owner.Shroud.IsExplored(targetCell) && cs.CanChronoshiftTo(target, targetCell))
cs.Teleport(target, targetCell, duration, killCargo,chronosphere);
cs.Teleport(target, targetCell, duration, killCargo, chronosphere);
}
}
}