share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua
changeset 13354 f9a15dcd857c
parent 13093 403dbadfc8fb
child 13583 141cdfe0f3ca
equal deleted inserted replaced
13353:3bf935c1e672 13354:f9a15dcd857c
   279 	elseif r == 16 then taunt =	loc("%s hates Newton.")		-- Isaac Newton
   279 	elseif r == 16 then taunt =	loc("%s hates Newton.")		-- Isaac Newton
   280 	elseif r == 17 then taunt =	loc("%s had it coming.")
   280 	elseif r == 17 then taunt =	loc("%s had it coming.")
   281 	elseif r == 18 then taunt =	loc("%s is eliminated!")
   281 	elseif r == 18 then taunt =	loc("%s is eliminated!")
   282 	elseif r == 19 then taunt =	loc("%s fell too fast.")
   282 	elseif r == 19 then taunt =	loc("%s fell too fast.")
   283 	elseif r == 20 then taunt =	loc("%s flew like a rock.")
   283 	elseif r == 20 then taunt =	loc("%s flew like a rock.")
   284 	elseif r == 21 then taunt =	loc("%s stumpled.")
   284 	elseif r == 21 then taunt =	loc("%s stumbled.")
   285 	elseif r == 22 then taunt =	loc("%s was shoved away.")
   285 	elseif r == 22 then taunt =	loc("%s was shoved away.")
   286 	elseif r == 23 then taunt =	loc("%s didn't expect that.")
   286 	elseif r == 23 then taunt =	loc("%s didn't expect that.")
   287 	end
   287 	end
   288 	return taunt
   288 	return taunt
   289 end
   289 end