share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
branch0.9.18
changeset 7938 80e2e50471d9
parent 7936 9f44e39d856c
child 7996 66e8ac9c2274
equal deleted inserted replaced
7937:fb17218d891c 7938:80e2e50471d9
   238             PlaySound(sndNutter)
   238             PlaySound(sndNutter)
   239         elseif killsCounter == 7 then
   239         elseif killsCounter == 7 then
   240             AddCaption(loc("HOLY SHIT!"))
   240             AddCaption(loc("HOLY SHIT!"))
   241             PlaySound(sndLaugh)
   241             PlaySound(sndLaugh)
   242         elseif killsCounter > 8 then
   242         elseif killsCounter > 8 then
   243             AddCaption(loc("FAG"))
   243             AddCaption(loc("INSANITY"))
   244         end
   244         end
   245 
   245 
   246 end
   246 end
   247 
   247 
   248 function onGameTick()
   248 function onGameTick()