author | unc0rr |
Tue, 30 Oct 2012 00:16:42 +0400 | |
changeset 7879 | c5be4be37f4b |
parent 7878 | 2be6c9b89797 |
child 7880 | 0efaf70681bd |
--- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Tue Oct 30 00:10:31 2012 +0400 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua Tue Oct 30 00:16:42 2012 +0400 @@ -236,10 +236,10 @@ AddCaption(loc("LUDICROUS KILL")) PlaySound(sndNutter) elseif killsCounter == 7 then - AddCaption(loc("HOLY SHIT!!")) + AddCaption(loc("HOLY SHIT!")) PlaySound(sndLaugh) - elseif killsCounter >8 then - AddCaption(loc("ZADROT")) + elseif killsCounter > 8 then + AddCaption(loc("FAG")) end end