mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-27 22:42:22 +00:00
26 lines
353 B
Text
26 lines
353 B
Text
class DukeRadiusExplosion : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "RADIUSEXPLOSION";
|
|
+INFLAME;
|
|
+DIENOW;
|
|
+EXPLOSIVE;
|
|
+DOUBLEDMGTHRUST;
|
|
+BREAKMIRRORS;
|
|
}
|
|
}
|
|
|
|
class DukeSectorEffector : DukeActor
|
|
{
|
|
//This never gets ticked, the handler goes directly to the native implementations.
|
|
}
|
|
|
|
class RedneckMotoHit : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "MOTOHIT";
|
|
}
|
|
}
|
|
|