ACTOR POLLOSTSOUL : LostSoul Replaces LostSoul
{ 
	//$Category "/pol/ Monster pack"
  Game Doom
  Health 100
  Radius 16
  Height 56
  Mass 50
  Speed 8
  Damage 3
  PainChance 256
  Monster
  +FLOAT
  +NOGRAVITY
  +MISSILEMORE
  +DONTFALL
  +NOICEDEATH
  AttackSound "spook/attack"
  PainSound "spook/pain"
  DeathSound "skull/death"
  ActiveSound "spook/active"
  RenderStyle SoulTrans
  Obituary "%o was spooked."
  BloodType "SpadowWarriorBlood"
  States
  {
  Spawn:
    NSKU AB 10 Bright A_Look
    Loop
  See:
    NSKU AB 6 Bright A_Chase
    Loop
  Missile:
    NSKU C 10 Bright A_FaceTarget
    NSKU D 4 Bright A_SkullAttack
    NSKU CD 4 Bright
    Goto Missile+2
  Pain:
    NSKU E 3 Bright
    NSKU E 3 Bright A_Pain
    Goto See
  Death:
    TNT1 A 0 A_GiveToTarget("MoonTalkKillNigger", 1)
	NSKU F 6 Bright
    NSKU G 6 Bright A_Scream
    NSKU H 6 Bright
    NSKU I 6 Bright A_NoBlocking
    NSKU J 6
    NSKU K 6
    Stop
  }
}
