Allow MadTank Detonate order to be queued.
This commit is contained in:
@@ -212,6 +212,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
}
|
||||
else if (order.OrderString == "Detonate")
|
||||
{
|
||||
if (!order.Queued)
|
||||
self.CancelActivity();
|
||||
self.QueueActivity(new CallFunc(StartDetonationSequence));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user