//Splashes
splash 	nukage
{
 smallclass 	Nuke_Splash_Small
 smallclip		1
 smallsound	slimesmall

 baseclass		Nuke_Splash
 sound		slime
 NoAlert
}

splash 	water
{
 smallclass 	Water_Splash_Small
 smallclip		1
 smallsound	watersmall

 baseclass		Water_Splash
 sound		water
 NoAlert
}

splash 	blood
{
 smallclass 	Blood_Splash_Small
 smallclip		1
 smallsound	slimesmall

 baseclass		Blood_Splash
 sound		slime
 NoAlert
}

splash 	lava
{
 smallclass 	Lava_Splash_Small
 smallclip		1
 smallsound	slimesmall

 baseclass		Lava_Splash
 sound		slime
 NoAlert
}

splash 	slime
{
 smallclass 	Slime_Splash_Small
 smallclip		1
 smallsound	watersmall

 baseclass		Slime_Splash
 sound		water
 NoAlert
}

//*************************************Terrain

terrain	 nukage_t
{
 splash 	nukage
 footclip	 1
 liquid
}

terrain	water_t
{
 splash 	water
 footclip	 1
 liquid
}

terrain	blood_t
{
 splash 	blood
 footclip	 1
 liquid
}

terrain	lava_t
{
 splash 	lava
 footclip	 1
 liquid
}

terrain	slime_t
{
 splash 	slime
 footclip	 1
 liquid
}

//*********** Floors ************

ifdoom

floor nukage1 nukage_t
floor nukage2 nukage_t
floor nukage3 nukage_t
floor fwater1 water_t
floor fwater2 water_t
floor fwater3 water_t
floor fwater4 water_t
floor BLOOD1 blood_t
floor BLOOD2 blood_t
floor BLOOD3 blood_t
floor LAVA1 lava_t
floor LAVA2 lava_t
floor LAVA3 lava_t
floor LAVA4 lava_t
floor SLIME01 slime_t
floor SLIME02 slime_t
floor SLIME03 slime_t
floor SLIME04 slime_t
floor SLIME05 slime_t
floor SLIME06 slime_t
floor SLIME07 slime_t
floor SLIME08 slime_t

endif
