Classes:ZCorpseSitting
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Sitting corpse | |||
|---|---|---|---|
| Actor type | Gore | Game | |
| DoomEd Number | 110 | Class Name | ZCorpseSitting |
Classes: ZCorpseSitting
This actor needs a description.
DECORATE definition
ACTOR ZCorpseSitting
{
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
}
}