mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user