raze/wadsrc/static/zscript/games/duke/actors/nwinter/elfgun.zs

28 lines
239 B
Text
Raw Normal View History

class NWinterElfGun : DukeActor
{
const ELFGUNSTRENGTH = 75;
default
{
+BADGUY
+KILLCOUNT
Strength ELFGUNSTRENGTH;
pic "ELFGUN";
}
}
class NWinterElfGunStayput : NWinterElfGun
{
default
{
+BADGUYSTAYPUT
}
}