Add temporary capture cursor

This was SVN commit r16563.
This commit is contained in:
sanderd17 2015-04-22 08:20:41 +00:00
parent 885aec20dd
commit 6c7eb93e1c
3 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
1 1

View File

@ -103,8 +103,8 @@ var unitActions =
},
"actionCheck": function(target)
{
if (getActionInfo("capture", target).possible) // TODO find better cursor
return {"type": "capture", "cursor": "action-attack", "target": target};
if (getActionInfo("capture", target).possible)
return {"type": "capture", "cursor": "action-capture", "target": target};
return false;
},
"specificness": 9,