mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
27 lines
239 B
Text
27 lines
239 B
Text
|
|
class NWinterElfGun : DukeActor
|
|
{
|
|
const ELFGUNSTRENGTH = 75;
|
|
|
|
default
|
|
{
|
|
+BADGUY
|
|
+KILLCOUNT
|
|
Strength ELFGUNSTRENGTH;
|
|
|
|
pic "ELFGUN";
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
class NWinterElfGunStayput : NWinterElfGun
|
|
{
|
|
default
|
|
{
|
|
+BADGUYSTAYPUT
|
|
}
|
|
|
|
|
|
}
|