Require force move for all undeploy-triggering orders.
This commit is contained in:
@@ -299,7 +299,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
get
|
||||
{
|
||||
yield return new EnterAlliedActorTargeter<IAcceptResourcesInfo>("Deliver", 5,
|
||||
proc => IsAcceptableProcType(proc),
|
||||
(proc, _) => IsAcceptableProcType(proc),
|
||||
proc => proc.Trait<IAcceptResources>().AllowDocking);
|
||||
yield return new HarvestOrderTargeter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user