mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-30 07:50:54 +00:00
12 lines
No EOL
119 B
Text
12 lines
No EOL
119 B
Text
|
|
|
|
class VacationBeachBall : DukeActor
|
|
{
|
|
const BALLSTRENGTH = 20;
|
|
default
|
|
{
|
|
pic "BEACHBALL";
|
|
Strength WEAK;
|
|
}
|
|
|
|
} |