mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-17 17:21:05 +00:00
49 lines
No EOL
485 B
Text
49 lines
No EOL
485 B
Text
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";
|
|
}
|
|
} |