raze/wadsrc/static/zscript/games/duke/actors/_placeholders.zs
2023-04-23 17:22:40 +02:00

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";
}
}