Remove healers from the idle worker queue as that is typically used to get units back to work or delete the workers if they can't work anymore. Thanks sanderd17 for a quick opinion.

Idle healers still show up when pressing the idle worker selection lasso
filter hotkey (I by default).

This was SVN commit r18542.
This commit is contained in:
elexis
2016-07-21 10:46:32 +00:00
parent 26b29e1de7
commit 41474760e2
@@ -144,7 +144,7 @@ var g_Heroes = [];
/**
* Unit classes to be checked for the idle-worker-hotkey.
*/
var g_WorkerTypes = ["Female", "Trader", "FishingBoat", "CitizenSoldier", "Healer"];
var g_WorkerTypes = ["Female", "Trader", "FishingBoat", "CitizenSoldier"];
/**
* Cache the idle worker status.