Classes:DeadShotgunGuy
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:
|
| Former human corpse | |||
|---|---|---|---|
| Actor type | Gore | Game | |
| DoomEd Number | 19 | Class Name | DeadShotgunGuy |
Classes: ShotgunGuy→DeadShotgunGuy
Corpse of a former human sergeant.
DECORATE definition
ACTOR DeadShotgunGuy : ShotgunGuy { Skip_Super DropItem None States { Spawn: Goto Super::Death+4 } }