Add queued argument to CanIssueDeployOrder.

This commit is contained in:
Paul Chote
2020-02-20 20:51:13 +00:00
committed by abcdefg30
parent 2016ab105e
commit 84419e4259
9 changed files with 17 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ namespace OpenRA.Mods.Cnc.Traits
return new Order("Detonate", self, queued);
}
bool IIssueDeployOrder.CanIssueDeployOrder(Actor self) { return true; }
bool IIssueDeployOrder.CanIssueDeployOrder(Actor self, bool queued) { return true; }
string IOrderVoice.VoicePhraseForOrder(Actor self, Order order)
{