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