actor sfJuggernaught_tw : sfJuggernaught replaces sfJuggernaught
{
        Health 500000
	+FASTMELEE
	+MISSILEEVENMORE
	painchance 0
}

actor SpiderAnnihilator : SpiderMastermind
{
	Health 4500
	Radius 40
	Height 40
	Scale 0.4
	Obituary "%o learned that Spider Annihilators pack a lot of punch for their size."
	States
	{
	Death:
		NULL A 0
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 1 ACS_Execute(500, 0, 19, 0)
		SPID J 20 A_Scream
		SPID K 10 A_NoBlocking
		SPID LMNOPQR 10
		SPID S 30
		SPID S -1 A_BossDeath
		Stop
	}
}

actor sfArachnotron_tw : Arachnotron
{
	Health 800
	Radius 40
	Height 40
	Scale 0.65
	States
	{
	Death:
		BSPI J 5 A_Scream
		NULL A 0 A_SpawnItemEx("ClassicCreditBoom", 0, 0, 0, 0, 0, 0, 0, 0, 235)
		BSPI J 5 
		BSPI J 10 ACS_Execute(500, 0, 4, 0)
		BSPI K 7 A_NoBlocking
		BSPI LMNO 7
		BSPI P -1 A_BossDeath
		Stop
	}
}
