Don't show a move flash effect when PBOG nudges a unit.
This commit is contained in:
@@ -245,7 +245,8 @@ namespace OpenRA.Mods.Common.Orders
|
|||||||
|
|
||||||
yield return new Order("Move", blocker.Actor, false)
|
yield return new Order("Move", blocker.Actor, false)
|
||||||
{
|
{
|
||||||
TargetLocation = blocker.Actor.ClosestCell(availableCells)
|
TargetLocation = blocker.Actor.ClosestCell(availableCells),
|
||||||
|
SuppressVisualFeedback = true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user