raze/wadsrc/static/zscript/games/duke/actors/_placeholders.zs

24 lines
359 B
Text

class DukeSectorEffector : DukeActor
{
//This never gets ticked, the handler goes directly to the native implementations.
}
class DukePlayerBase : DukeActor
{
const YELLHURTSOUNDSTRENGTH = 40;
const YELLHURTSOUNDSTRENGTHMP = 50;
default
{
pic "APLAYER";
+DESTRUCTOIMMUNE;
}
}
class RedneckMotoHit : DukeActor
{
default
{
pic "MOTOHIT0";
}
}