diff --git a/wadsrc/static/zscript/games/duke/actors/redneckenemies/gator.zs b/wadsrc/static/zscript/games/duke/actors/redneckenemies/gator.zs index 33658a251..4f7ee1584 100644 --- a/wadsrc/static/zscript/games/duke/actors/redneckenemies/gator.zs +++ b/wadsrc/static/zscript/games/duke/actors/redneckenemies/gator.zs @@ -13,4 +13,11 @@ class RedneckGator : DukeActor +INTERNAL_BADGUY; +KILLCOUNT; } + + override void Initialize(DukeActor spawner) + { + self.scale = (0.28125, 0.28125); + self.setClipDistFromTile(); + } + } \ No newline at end of file