2008-08-30 19:44:19 +00:00
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//
|
|
|
|
// Flemoidus Commonus
|
|
|
|
//
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor FlemoidusCommonus : ZombieMan
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
|
|
|
DropItem ""
|
2008-09-13 19:19:53 +00:00
|
|
|
Obituary "$OB_COMMONUS"
|
2008-08-30 19:44:19 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Missile:
|
|
|
|
stop
|
|
|
|
Melee:
|
|
|
|
goto Super::Missile
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//
|
|
|
|
// Flemoidus Bipedicus
|
|
|
|
//
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor FlemoidusBipedicus : ShotgunGuy
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
|
|
|
DropItem ""
|
2008-09-13 19:19:53 +00:00
|
|
|
Obituary "$OB_BIPEDICUS"
|
2008-08-30 19:44:19 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Missile:
|
|
|
|
stop
|
|
|
|
Melee:
|
|
|
|
goto Super::Missile
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//
|
|
|
|
// Flemoidus Bipedicus w/ Armor
|
|
|
|
//
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor ArmoredFlemoidusBipedicus : DoomImp
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
2008-09-13 19:19:53 +00:00
|
|
|
Obituary "$OB_BIPEDICUS2"
|
|
|
|
HitObituary "$OB_BIPEDICUS2"
|
2008-08-30 19:44:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//
|
|
|
|
// Flemoidus Cycloptis Commonus
|
|
|
|
//
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor FlemoidusCycloptisCommonus : Demon
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
2008-09-13 19:19:53 +00:00
|
|
|
Obituary "$OB_CYCLOPTIS"
|
2008-08-30 19:44:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//
|
|
|
|
// The Flembrane
|
|
|
|
//
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor Flembrane : BaronOfHell
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
|
|
|
radius 44
|
|
|
|
height 100
|
|
|
|
speed 0
|
2008-09-13 19:19:53 +00:00
|
|
|
Obituary "$OB_FLEMBRANE"
|
2008-08-30 19:44:19 +00:00
|
|
|
States
|
|
|
|
{
|
|
|
|
Missile:
|
|
|
|
BOSS EF 3 A_FaceTarget
|
|
|
|
BOSS G 0 A_BruisAttack
|
|
|
|
goto See
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
|
2015-04-03 14:34:07 +00:00
|
|
|
actor ChexSoul : LostSoul
|
2008-08-30 19:44:19 +00:00
|
|
|
{
|
|
|
|
height 0
|
|
|
|
}
|