class SpasterMidermind : SpiderMastermind
{
	States
	{
	Spawn:
		SPAS AB 10 A_Look;
		Loop;
	See:
		SPAS A 3 A_Metal;
		SPAS ABB 3 A_Chase;
		SPAS C 3 A_Metal;
		SPAS CDD 3 A_Chase;
		SPAS E 3 A_Metal;
		SPAS EFF 3 A_Chase;
		Loop;
	Missile:
		SPAS A 20 BRIGHT A_FaceTarget;
		SPAS G 4 BRIGHT A_SPosAttackUseAtkSound;
		SPAS H 4 BRIGHT A_SposAttackUseAtkSound;
		SPAS H 1 BRIGHT A_SpidRefire;
		Goto Missile+1;
	Pain:
		SPAS I 3;
		SPAS I 3 A_Pain;
		Goto See;
	Death:
		SPAS J 20 A_Scream;
		SPAS K 10 A_NoBlocking;
		SPAS LMNOPQR 10;
		SPAS S 30;
		SPAS S -1 A_BossDeath;
		Stop;
	}
}
