freeslot(
"sfx_ohno"
)

sfxinfo[sfx_ohno].caption = "ohno.adx"

local function playerow(target, inflictor, source, damage)
	if target.skin == "knuckles" or target.skin == "chrispymarriage" or target.skin == "nochuckles" or target.skin == "phknux" or target.skin == "uglyknux" or target.skin == "thokles" or target.skin == "oldthox" or target.skin == "ovaknux" or target.skin == "boxyknuckles" or target.skin == "asterixknuckles" or target.skin == "emw5knux"
		S_StartSound(target, sfx_ohno)
	end
end

addHook("MobjDamage", playerow, MT_PLAYER)