mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-27 22:42:22 +00:00
60 lines
No EOL
574 B
Text
60 lines
No EOL
574 B
Text
|
|
class RedneckWacoWindow : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "WACOWINDER";
|
|
+BADGUY;
|
|
}
|
|
}
|
|
|
|
|
|
class RedneckTeslaBall : DukeItemBase
|
|
{
|
|
default
|
|
{
|
|
pic "TESLABALL";
|
|
}
|
|
}
|
|
|
|
class RedneckBustaWin5a : DukeItemBase
|
|
{
|
|
default
|
|
{
|
|
pic "BUSTAWIN5A";
|
|
}
|
|
}
|
|
|
|
class RedneckBustaWin4a : DukeItemBase
|
|
{
|
|
default
|
|
{
|
|
pic "BUSTAWIN4A";
|
|
}
|
|
}
|
|
|
|
class RedneckTesla : DukeItemBase
|
|
{
|
|
default
|
|
{
|
|
pic "TESLA";
|
|
+FULLBRIGHT
|
|
}
|
|
}
|
|
|
|
class RedneckTikiLamp : DukeItemBase
|
|
{
|
|
default
|
|
{
|
|
pic "TIKILAMP";
|
|
+FULLBRIGHT
|
|
}
|
|
}
|
|
|
|
class RedneckWaterSurface : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "WATERSURFACE";
|
|
}
|
|
} |