ACTOR GuncastBishop : Bishop replaces Bishop
{
  DamageFactor Lightning, 0.7
  DamageFactor Acid, 0.7
  DamageFactor Crows, 1.2
  DamageFactor Annihilation, 0.8
  DamageFactor Annihilation, 0.8
  DropItem "Ruby", 192
  DropItem "TomeSpawner", 2, 0
  DropItem "TomeOfPowah", 4, 0
  States
  {
	Pain.SuperCloseCombat:
		TNT1 A 0 A_ChangeVelocity(frandom(-10.0,-12.0),0,frandom(1.0,3.0),CVF_RELATIVE)
		Goto Pain
	Pain.SuperShoelaces:
		TNT1 A 0 A_ChangeVelocity(frandom(-15.0,-20.0),0,frandom(10.0,15.0),CVF_RELATIVE)
		Goto Pain
	Death.SuperCloseCombat:
		TNT1 A 0 A_ChangeVelocity(frandom(-10.0,-12.0),0,frandom(1.0,3.0),CVF_RELATIVE)
		Goto Death
	Death.SuperShoelaces:
		TNT1 A 0 A_ChangeVelocity(frandom(-15.0,-20.0),0,frandom(10.0,15.0),CVF_RELATIVE)
		Goto Death
  }
}