0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-02 06:52:58 +00:00
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";
}
}