share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
changeset 8045 ef403e6bddae
parent 7996 66e8ac9c2274
child 8057 93e16240f178
equal deleted inserted replaced
8042:644231dded72 8045:ef403e6bddae
   236             PlaySound(sndIllGetYou)
   236             PlaySound(sndIllGetYou)
   237         elseif killsCounter == 6 then
   237         elseif killsCounter == 6 then
   238             AddCaption(loc("LUDICROUS KILL"))
   238             AddCaption(loc("LUDICROUS KILL"))
   239             PlaySound(sndNutter)
   239             PlaySound(sndNutter)
   240         elseif killsCounter == 7 then
   240         elseif killsCounter == 7 then
   241             AddCaption(loc("HOLY SHIT!"))
   241             AddCaption(loc("HOLY SHYTE!"))
   242             PlaySound(sndLaugh)
   242             PlaySound(sndLaugh)
   243         elseif killsCounter > 8 then
   243         elseif killsCounter > 8 then
   244             AddCaption(loc("INSANITY"))
   244             AddCaption(loc("INSANITY"))
   245         end
   245         end
   246 
   246