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

24 lines
358 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 "MOTOHIT";
}
}