0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-04-04 06:55:48 +00:00

- added two actors referenced by CON

This commit is contained in:
Christoph Oelckers 2022-12-16 19:06:30 +01:00
parent 7f758eef2b
commit f700fd61d6
3 changed files with 18 additions and 0 deletions
wadsrc/static
filter/dukelike
zscript/games/duke/actors

View file

@ -15,6 +15,7 @@ spawnclasses
2613 = DukeShotgunShot
2536 = DukeChaingunShot
1670 = DukeRadiusExplosion
3384 = DukeShrinker
1221 = DukeCranePole
1222 = DukeCrane
@ -358,6 +359,7 @@ spawnclasses
4610 = DukeNewBeast
4611 = DukeNewBeastStayput
4670 = DukeNewBeastHang
1975 = DukeTank
1550 = DukeShark

View file

@ -36,6 +36,14 @@ class DukeShotgunShot : DukeActor
}
}
class DukeShrinker : DukeActor
{
default
{
pic "SHRINKER";
}
}
class RedneckShotgunShot : DukeShotgunShot
{
}

View file

@ -295,6 +295,14 @@ class DukeNewBeastStayput : DukeNewBeast
}
}
class DukeNewBeastHang : DukeNewBeast
{
default
{
pic "NEWBEASTHANG";
}
}
class DukeTank : DukeActor
{
default