share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
changeset 7879 c5be4be37f4b
parent 7878 2be6c9b89797
child 7889 57b117d441b9
equal deleted inserted replaced
7878:2be6c9b89797 7879:c5be4be37f4b
   234             PlaySound(sndIllGetYou)
   234             PlaySound(sndIllGetYou)
   235         elseif killsCounter == 6 then
   235         elseif killsCounter == 6 then
   236             AddCaption(loc("LUDICROUS KILL"))
   236             AddCaption(loc("LUDICROUS KILL"))
   237             PlaySound(sndNutter)
   237             PlaySound(sndNutter)
   238         elseif killsCounter == 7 then
   238         elseif killsCounter == 7 then
   239             AddCaption(loc("HOLY SHIT!!"))
   239             AddCaption(loc("HOLY SHIT!"))
   240             PlaySound(sndLaugh)
   240             PlaySound(sndLaugh)
   241         elseif killsCounter >8 then
   241         elseif killsCounter > 8 then
   242             AddCaption(loc("ZADROT"))
   242             AddCaption(loc("FAG"))
   243         end
   243         end
   244 
   244 
   245 end
   245 end
   246 
   246 
   247 function onGameTick()
   247 function onGameTick()