raze/wadsrc/static/zscript/games/duke/actors/boss5.zs
Christoph Oelckers 30d066cee9 - added script exports for Duke's bosses.
This allows removing a few hack checks.
2023-04-02 13:13:45 +02:00

19 lines
144 B
Text

class DukeBoss5 : DukeBoss1
{
default
{
pic "BOSS5";
}
}
class DukeBoss5Stayput : DukeBoss5
{
default
{
pic "BOSS5STAYPUT";
}
}