actor XenoCarrier : XenoDrone replaces PainElemental
{
 health 80
 height 58
 scale 1.6
 +MISSILEMORE
 states
 {
  missile:
  melee:
	TNT1 A 0 A_CheckCeiling("Drop")
    ALIN E 6 A_FaceTarget
	ALIN F 6 A_FaceTarget
	ALIN G 1 A_PainAttack
	goto see
  Pain.KickDamage:
	ALIN H 2 A_Pain
	goto see
  }
}

actor XenoCarrier2 : XenoCarrier replaces Archvile
{
 health 480
 scale 1.3
 +MISSILEEVENMORE
}