diff -r 706218709157 -r 66e8ac9c2274 share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Wed Nov 07 05:18:06 2012 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Wed Nov 07 13:23:18 2012 +0400 @@ -209,6 +209,7 @@ checkScore() giveWeapons(CurrentHedgehog) drawCircles() + setAIHints() kill_reward= numhhs*10 if CurrentHedgehog == mutant then @@ -399,6 +400,16 @@ mutant=nil end +function setAIHints() + for i = 0, #hhs do + if mutant == nil or hhs[i] == mutant or CurrentHedgehog == mutant then + SetGearAIHints(hhs[i], aihUsual) + else + SetGearAIHints(hhs[i], aihDoesntMatter) + end + end +end + function removeFeeder(gear) if gear~=nil then