Classes:ZCorpseSitting

From ZDoom Wiki

Jump to: navigation, search
Sitting corpse
Actor type Gore Game
DoomEd Number 110 Class Name ZCorpseSitting

Classes: ZCorpseSitting

This actor needs a description.

DECORATE definition

ACTOR ZCorpseSitting 110
{
  Game Hexen
  Health 30
  Radius 15
  Height 35
  +SOLID
  +SHOOTABLE
  +NOBLOOD
  +NOICEDEATH
  DeathSound "FireDemonDeath"

  action native A_CorpseExplode();

  States
  {
  Spawn:
    CPS6 A -1
    Stop
  Death:
    CPS6 A 1 A_CorpseExplode
    Stop
  }
}
Personal tools