//BARILOTTO DE MERDA
Actor Bariledelegnaccio Replaces ShortRedColumn 
{
Game Doom
Radius 16
Height 30
DAMAGEFACTOR "Blood", 0.0 DAMAGEFACTOR "BlueBlood", 0.0 DAMAGEFACTOR "GreenBlood", 0.0
Mass 200
+LOOKALLAROUND
+SHOOTABLE
+NOBLOOD
+SOLID
health 40
deathheight 38
DropItem "SecretWeapon_MP40" 128
DropItem "NaziGrenade" 64
DropItem "Stimpack2" 128
+FORCEYBILLBOARD
states
	{
	Spawn:
		COL4 A 2 
		Loop
	Death:
	 TNT1 A 0 A_PlaySound("Wood/death")
		BARI ABCD 2 
                TNT1 AAAAAAAAAAAAAAAAAAA 0 A_CustomMissile ("WoodParticle", 35, 0, random (0, 360), 2, random (0, 160))
                TNT1 A 0 A_SpawnItem("BARILEMORTO")
		stop
	}
}
Actor BARILEMORTO
{
	Game Doom
	Radius 16
	Height 48
	ProjectilePassHeight -16
	States
	{
	Spawn:
		BARI D -1 
		Stop
	}
}
