-- Freeslots --

-- Sprites
freeslot("SPR_ROPE", "SPR_RUBY", "SPR_GANO")

-- Sounds
freeslot("sfx_morhsf", "sfx_morsum", "sfx_morcrt", "sfx_moraoa", "sfx_morwin", "sfx_morskl", "sfx_morhel", "sfx_mordod", "sfx_bmbitm", "sfx_lmpoil", "sfx_ropitm", "sfx_ganhrt", "sfx_gandie", 
"sfx_ganywd", "sfx_ganymd", "sfx_ganpit", "sfx_ganchn", "sfx_gandod", "sfx_ganmss", "sfx_ganwek", "sfx_gannoo", "sfx_gankll", "sfx_ropego")

S_sfx[sfx_morhsf] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "RICHER!"
}

S_sfx[sfx_morsum] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "You want it?"
}

S_sfx[sfx_morcrt] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "MMMMM"
}

S_sfx[sfx_moraoa] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "MMMMMMMMMM"
}

S_sfx[sfx_morwin] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Come back when you're a little MMM RICHER!"
}

S_sfx[sfx_morskl] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "It's yours, my friend!"
}

S_sfx[sfx_morhel] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Sorry!"
}

S_sfx[sfx_mordod] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "I can't GIVE credit!"
}

S_sfx[sfx_bmbitm] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Bombs!"
}

S_sfx[sfx_lmpoil] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Lamp Oil!"
}

S_sfx[sfx_ropitm] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Rope!"
}

S_sfx[sfx_ganhrt] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Wince of pain"
}

S_sfx[sfx_gandie] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "You haven't seen the last of ME!"
}

S_sfx[sfx_ganywd] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "You will DIE!"
}

S_sfx[sfx_ganymd] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "YOU MUST DIE!"
}

S_sfx[sfx_ganpit] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "BURNNNN INTO THE PIT!"
}

S_sfx[sfx_ganchn] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Keep the runt in chains!"
}

S_sfx[sfx_gandod] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "You DARE!?"
}

S_sfx[sfx_ganmss] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "NO!"
}

S_sfx[sfx_ganwek] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "IT BURNNNNSSSS!"
}

S_sfx[sfx_gannoo] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "NOOOOO!"
}

S_sfx[sfx_gankll] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "YOU are my prisoner!"
}

S_sfx[sfx_ropego] = {
	singular = false,
	priority = 255,
	flags = 0,
	caption = "Lassoing the enemy"
}