Remove a bogus CanDeploy check from order resolving for charge deploys
This commit is contained in:
@@ -147,7 +147,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
public void ResolveOrder(Actor self, Order order)
|
public void ResolveOrder(Actor self, Order order)
|
||||||
{
|
{
|
||||||
if (order.OrderString == "DeployWithCharge" && CanDeploy())
|
if (order.OrderString == "DeployWithCharge")
|
||||||
self.QueueActivity(order.Queued, new DeployForGrantedConditionWithCharge(self, this));
|
self.QueueActivity(order.Queued, new DeployForGrantedConditionWithCharge(self, this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user