some of Thief Steal

This commit is contained in:
Alli
2010-01-08 21:21:20 +13:00
parent 27321201ba
commit 7fff532ca1
4 changed files with 68 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ namespace OpenRa.Game.Orders
case "Infiltrate": return Cursor.Enter;
case "Capture": return Cursor.Capture;
case "Harvest": return Cursor.AttackMove;
case "Steal" : return Cursor.Enter;
default:
return null;
}