--- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Tue Mar 24 19:25:03 2015 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Tue Mar 24 22:51:49 2015 +0300
@@ -400,7 +400,7 @@
function setAIHints()
for i = 0, #hhs do
- if mutant == nil or hhs[i] == mutant or CurrentHedgehog == mutant then
+ if mutant == nil or hhs[i] == mutant or CurrentHedgehog == mutant or getGearValue(CurrentHedgehog, "Feeder") then
SetGearAIHints(hhs[i], aihUsual)
else
SetGearAIHints(hhs[i], aihDoesntMatter)