actor Nimbusspike : Spiney 18808
{
	//$Category MMQG-Props
	+NOGRAVITY
	height 16
	radius 8
	scale 2.0
	States
	{
		Spawn:
			NISK A -1
			stop
	}
}

actor RiftLetterF : BasicMapProp 18822
{
	//$Category MMQG-Props
	+NOINTERACTION
	+NOGRAVITY
	height 16
	radius 8
	scale 2.0
	States
	{
		Spawn:
			RILF W -1
			stop
	}
}

actor ScrapLetterR : BasicMapProp 18840
{
	//$Category MMQG-Props
	+NOINTERACTION
	+NOGRAVITY
	height 12
	radius 8
	scale 2.0
	States
	{
		Spawn:
			SCRL W -1
			stop
	}
}

actor Foghead : BasicMapProp 18852
{
	//$Category MMQG-Props
	+NOINTERACTION
	+NOGRAVITY
	height 34
	radius 19
	scale 2.5
	States
	{
		Spawn:
			FGHD A 10 A_ChangeFlag("FLOATBOB", true)
			FGHD B 10 A_ChangeFlag("FLOATBOB", true)
			loop
	}
}