diff --git a/OpenRa.Game/Cursor.cs b/OpenRa.Game/Cursor.cs
index e5ab1a314a..c139600a68 100644
--- a/OpenRa.Game/Cursor.cs
+++ b/OpenRa.Game/Cursor.cs
@@ -21,5 +21,7 @@ namespace OpenRa.Game
public static Cursor Default { get { return new Cursor("default"); } }
public static Cursor Move { get { return new Cursor("move"); } }
public static Cursor Select { get { return new Cursor("select"); } }
+ public static Cursor MoveBlocked { get { return new Cursor("move-blocked"); } }
+ public static Cursor Attack { get { return new Cursor("attack"); } }
}
}
diff --git a/sequences.xml b/sequences.xml
index 960ef59a0f..cd68fe3e5d 100644
--- a/sequences.xml
+++ b/sequences.xml
@@ -345,9 +345,9 @@
-
+
-
+