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

26 lines
382 B
Text

// dummy items representing certain weapons
class DukeChaingun : DukeActor
{
default
{
pic "CHAINGUN";
}
}
class DukeSectorEffector : DukeActor
{
//This never gets ticked, the handler goes directly to the native implementations.
}
// placeholders for CON scripted actors where we need the class.
class DukeForceRipple : DukeActor
{
default
{
pic "FORCERIPPLE";
}
}