ACTOR SFortBloodDemon : BloodDemon replaces BloodDemon
{
	Health 600
	PainChance 30
	States
	{
	Melee:
		SRG2 EF 4 A_FaceTarget
		SRG2 G 4 A_CustomMeleeAttack(40,none,none,"Punch",true)
		Goto See
	}
}