ACTOR SFortDemon : Demon replaces Demon
{
	Health 300
	PainChance 30
	States
	{
	Melee:
		SARG EF 4 A_FaceTarget
		SARG G 4 A_CustomMeleeAttack(40,none,none,"Punch",true)
		Goto See
	}
}