start of smart minelayer

This commit is contained in:
Chris Forbes
2010-05-23 13:03:57 +12:00
parent bb289101fc
commit baf37f7d04
3 changed files with 60 additions and 18 deletions

View File

@@ -115,6 +115,7 @@ namespace OpenRA.Orders
case "Capture": return "capture";
case "Harvest": return "attackmove";
case "Steal" : return "enter";
case "BeginMinefield": return "ability";
default:
return null;
}