2006-05-06 03:25:12 +00:00
|
|
|
// Gibbed marine -----------------------------------------------------------
|
|
|
|
|
|
|
|
actor GibbedMarine 10
|
|
|
|
{
|
|
|
|
Game Doom
|
2007-01-07 09:43:58 +00:00
|
|
|
SpawnID 145
|
2006-05-06 03:25:12 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
|
|
|
PLAY W -1
|
|
|
|
Stop
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Gibbed marine (extra copy) ----------------------------------------------
|
|
|
|
|
|
|
|
actor GibbedMarineExtra : GibbedMarine 12
|
|
|
|
{
|
|
|
|
Game Doom
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dead marine -------------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadMarine 15
|
|
|
|
{
|
|
|
|
Game Doom
|
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
|
|
|
PLAY N -1
|
|
|
|
Stop
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* If it wasn't for Dehacked compatibility, the rest of these would be
|
|
|
|
* better defined as single frame states. But since Doom reused the
|
|
|
|
* dead state from the original monsters, we need to do the same.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Dead zombie man ---------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadZombieMan : ZombieMan 18
|
|
|
|
{
|
2006-05-09 03:40:15 +00:00
|
|
|
Skip_Super
|
2006-05-06 03:25:12 +00:00
|
|
|
Game Doom
|
|
|
|
DropItem None
|
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+4
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dead shotgun guy --------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadShotgunGuy : ShotgunGuy 19
|
|
|
|
{
|
2006-05-09 03:40:15 +00:00
|
|
|
Skip_Super
|
2006-05-06 03:25:12 +00:00
|
|
|
Game Doom
|
|
|
|
DropItem None
|
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+4
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
2007-05-28 14:46:49 +00:00
|
|
|
}
|
2006-05-06 03:25:12 +00:00
|
|
|
|
|
|
|
// Dead imp ----------------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadDoomImp : DoomImp 20
|
|
|
|
{
|
|
|
|
Skip_Super
|
2006-05-09 03:40:15 +00:00
|
|
|
Game Doom
|
2006-05-06 03:25:12 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+4
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dead demon --------------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadDemon : Demon 21
|
|
|
|
{
|
|
|
|
Skip_Super
|
2006-05-09 03:40:15 +00:00
|
|
|
Game Doom
|
2006-05-06 03:25:12 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+5
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dead cacodemon ----------------------------------------------------------
|
|
|
|
|
|
|
|
actor DeadCacodemon : Cacodemon 22
|
|
|
|
{
|
|
|
|
Skip_Super
|
2006-05-09 03:40:15 +00:00
|
|
|
Game Doom
|
2006-05-06 03:25:12 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+5
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dead lost soul ----------------------------------------------------------
|
|
|
|
|
|
|
|
/* [RH] 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.
|
|
|
|
* (There was probably a time when it stayed around after death, and this is
|
|
|
|
* a holdover from that.)
|
|
|
|
*/
|
|
|
|
|
|
|
|
actor DeadLostSoul : LostSoul 23
|
|
|
|
{
|
|
|
|
Skip_Super
|
2006-05-09 03:40:15 +00:00
|
|
|
Game Doom
|
2006-05-06 03:25:12 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Spawn:
|
2006-11-04 22:26:04 +00:00
|
|
|
Goto Super::Death+5
|
2006-05-06 03:25:12 +00:00
|
|
|
}
|
|
|
|
}
|