Add support for disabling IIssueDeployOrders.
This commit is contained in:
@@ -129,6 +129,8 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
return new Order("Detonate", self, false);
|
||||
}
|
||||
|
||||
bool IIssueDeployOrder.CanIssueDeployOrder(Actor self) { return true; }
|
||||
|
||||
string IOrderVoice.VoicePhraseForOrder(Actor self, Order order)
|
||||
{
|
||||
return info.Voice;
|
||||
|
||||
Reference in New Issue
Block a user