mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 15:11:04 +00:00
36 lines
358 B
Text
36 lines
358 B
Text
class NWinterElfUzi : DukeActor
|
|
{
|
|
const ELFUZISTRENGTH = 50;
|
|
const ELFUZIALTSTR = 25;
|
|
|
|
default
|
|
{
|
|
pic "ELFUZI";
|
|
+BADGUY
|
|
+KILLCOUNT
|
|
Strength ELFUZISTRENGTH;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
class NWinterElfUziStayput : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "ELFUZISTAYPUT";
|
|
+BADGUYSTAYPUT;
|
|
}
|
|
|
|
}
|
|
|
|
class NWinterSpecBlood : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "SPECBLOOD";
|
|
}
|
|
|
|
|
|
}
|