addHook("PlayerThink", function(p)
	if p.mo.skin == "mesonic"
	or p.mo.skin == "metails"
	or p.mo.skin == "meknux" then
		p.pmomz = 0
	end
end)
--2.0 didn't have the upwards/downwards momentum from FOFs
--so, set that momentum to 0 at all times.