From 41474760e2d130eaec08178c5257848ec5c7e88f Mon Sep 17 00:00:00 2001 From: elexis Date: Thu, 21 Jul 2016 10:46:32 +0000 Subject: [PATCH] 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. --- binaries/data/mods/public/gui/session/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/gui/session/session.js b/binaries/data/mods/public/gui/session/session.js index 4ec9ff6f39..73374f8b1e 100644 --- a/binaries/data/mods/public/gui/session/session.js +++ b/binaries/data/mods/public/gui/session/session.js @@ -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.