raze/wadsrc/static/zscript/games/duke/actors/rrraenemies/bubbaelvis.zs
Christoph Oelckers eef2bcf515 - moved all RRRA enemies to a subfolder.
# Conflicts:
#	wadsrc/static/zscript/games/duke/actors/redneckenemies.zs
2023-04-23 17:25:44 +02:00

19 lines
270 B
Text

class RedneckBubbaelvis : RedneckBubbaStand
{
default
{
pic "SBSWIPE";
+BADGUYSTAYPUT;
+INTERNAL_BADGUY;
+KILLCOUNT;
+BADGUYSTAYPUT;
Strength 100;
}
override void initialize()
{
self.scale = (0.390625, 0.328125);
self.setClipDistFromTile();
}
}