Classes:DeadLostSoul
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:
|
| Lost soul corpse | |||
|---|---|---|---|
| Actor type | Gore | Game | |
| DoomEd Number | 23 | Class Name | DeadLostSoul |
Classes: LostSoul→DeadLostSoul
Corpse of a lost soul. Considering that the lost soul removes itself when it dies, there really wasn't much point in id including this thing, but they did anyway. (This is a holdover from early alpha versions of Doom where the lost souls left a corpse.)
DECORATE definition
ACTOR DeadLostSoul : LostSoul { Skip_Super States { Spawn: Goto Super::Death+5 } }