2022-12-15 11:27:47 +00:00
|
|
|
class DukeRadiusExplosion : DukeActor
|
|
|
|
{
|
|
|
|
default
|
|
|
|
{
|
|
|
|
pic "RADIUSEXPLOSION";
|
2022-12-16 11:47:30 +00:00
|
|
|
+INFLAME;
|
|
|
|
+DIENOW;
|
|
|
|
+EXPLOSIVE;
|
|
|
|
+DOUBLEDMGTHRUST;
|
|
|
|
+BREAKMIRRORS;
|
2022-12-15 11:27:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-05 10:27:25 +00:00
|
|
|
class DukeSectorEffector : DukeActor
|
|
|
|
{
|
|
|
|
//This never gets ticked, the handler goes directly to the native implementations.
|
|
|
|
}
|
|
|
|
|
2022-12-16 15:56:47 +00:00
|
|
|
class RedneckMotoHit : DukeActor
|
|
|
|
{
|
|
|
|
default
|
|
|
|
{
|
|
|
|
pic "MOTOHIT";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-12-05 10:27:25 +00:00
|
|
|
// placeholders for CON scripted actors where we need the class.
|
|
|
|
|
|
|
|
class DukeForceRipple : DukeActor
|
|
|
|
{
|
|
|
|
default
|
|
|
|
{
|
|
|
|
pic "FORCERIPPLE";
|
2022-12-16 11:47:30 +00:00
|
|
|
+FORCERUNCON;
|
2022-12-05 10:27:25 +00:00
|
|
|
}
|
|
|
|
}
|