fix wtf in spy

This commit is contained in:
Chris Forbes
2010-08-17 21:42:25 +12:00
parent 228852a55d
commit b1b75ecf2f

View File

@@ -56,7 +56,7 @@ namespace OpenRA.Mods.RA.Render
public string CursorForOrder(Actor self, Order order)
{
return order.OrderString == "Disguise" ? "activity" : null;
return order.OrderString == "Disguise" ? "ability" : null;
}
public string VoicePhraseForOrder(Actor self, Order order)