////DECORATIONS////

///Literally a got dam bocks
ACTOR buryBox1 3081
{
  Game Doom
  Radius 16
  Height 56
  +SOLID
  States
  {
  Spawn:
    BOX1 A -1
    Stop
  }
}

///TREEEEEEEEEESH
Actor JunkPile1 3082
{
Radius 25
Height 20
+SOLID
States
{
Spawn:
	ZPOO A -1
	Stop
}
}

Actor JunkPile2 3083
{
Radius 28
Height 28
+SOLID
States
{
Spawn:
	ZPOO B -1
	Stop
}
}
///Jay Cutler
ACTOR JayCutler : SwitchingDecoration 3085
{
	Radius 20
	Height 66
	Speed 40
	ProjectilePassHeight -16
	meleedamage 0x7FFFFFFF
	Activation THINGSPEC_Switch
	+SOLID
	+USESPECIAL
	Scale 0.150
	Obituary "%o was fucked hardcore by Jay Cutler's big dick!"
	States
	{
	Spawn:
		JAYC A -1
		Loop
    Active:
	    TNT1 A 0 A_PlaySound("howassyn")
		Goto HornyJay
    HornyJay:
	    JAYC A 2 A_Chase
		JAYC A 0 A_JumpIfCloser(44,"HugeDick")
        Loop
	HugeDick:
	    JAYC A 8 A_FaceTarget
        JAYC A 8 A_MeleeAttack
        Goto HornyJay
	}
}
ACTOR buryToilet2 3087
{
  SpawnID 3087
  Tag "Toilet"
  Health 10
  Radius 10
  Height 34
  Mass 10000000
  +SOLID
  +SHOOTABLE
  +NOBLOOD
  +ACTIVATEMCROSS
  +DONTGIB
  +NOICEDEATH
  +OLDRADIUSDMG
  DeathSound "BREAK1"
  States
  {
  Spawn:
    TLET A 6
    Loop
  Death:
    TLET A 1 A_Scream
    TLET B 4
	TLET C 2
	TLET D 2
	TLET E 2
	TLET F 3
	Goto Water
  Water:
    TOIF A 3 A_PlaySound ("TOILET1")
	TOIF B 3
	TOIF C 3
	TOIF D 3
	TOIF A 3
	TOIF B 3
	TOIF C 3
	TOIF D 3
    TOIF A 3
	TOIF B 3
	TOIF C 3
	TOIF D 3
    TOIF A 3
	TOIF B 3
	TOIF C 3
	TOIF D 3
	Loop
  }
}
///The Lavrenti Beria that appears in Alfreds Playhouse
ACTOR Lavrenti 3092
{
  scale 0.3
  States
  {
  Spawn:
    BERI A -1
    Stop
  }
}
///Tree funni
ACTOR Tree_9 3095
{
  radius 15
  height 225
  +SOLID
  States
  {
  Spawn:
    TRDE I 1
    loop
  }
}
///LightRay
ACTOR Lightray 3096
{
  scale 0.24
  -SOLID
  Renderstyle ADD
  +nogravity
  States
  {
  Spawn:
	RAYL A 1 bright
    loop
  }
}
///Hanged Quake Man
Actor QuakeCorpse1 3099
{
	Radius 16
	Height 75
	+SOLID
	+NOGRAVITY
	+SPAWNCEILING
	//$Title "Quake Corpse 1"
	States
	{
	Spawn:
		QCOR A -1
		Stop
	}
}
///Dead Ground Zero Burialist
ACTOR DeadGroundZeroBurialist 3100
{
  States
  {
  Spawn:
    ZGUY N -1
    Stop
  }
}
///Dead Red Fella
ACTOR DeadDarmaSoilder 3104
{
  States
  {
  Spawn:
    REDD L -1
    Stop
  }
}
///Black Candlestix
ACTOR BuryCandelabraStand8 : Candelabra 3106
{
	//$Title Candelabra Tall Red
	//$Category Light sources/Candlesticks/Red
	//$IsDecoration
	//$NotAngled

		States
		{
			Spawn:
				CBRA H -1 Bright
				Stop
		}
}

ACTOR BuryCandelabraShort8 : BuryCandelabraStand8 3107
{
	//$Title Candelabra Short Red

	Height 35
	Radius 13

		States
		{
			Spawn:
				CBRS H -1 Bright
				Stop
		}
}

ACTOR BuryCandlestick8 : BuryCandelabraStand8 3108
{
	//$Title Candlestick Red

	Height 30
	Radius 4

		States
		{
			Spawn:
				CSTK H -1 Bright
				Stop
		}
}
///Scary Ass Tree
Actor HellTree 31055 {
  Radius 19
  Height 61
  Mass 5000
  Scale 0.8
  +SOLID
  States {
  Spawn:
	TNT1 A 0
	HETR A -1
	wait
  }
}

Actor FleshTree1 : HellTree 3110 { //Blood tree, grown using >90% pure human blood!
  Radius 32
  Height 89
  Scale 1
  States {
  Spawn:
	TNT1 A 0
	HETR H -1
	stop
  }
}