raze/wadsrc/static/zscript/games/duke/actors/vacation/beachball.zs

12 lines
No EOL
119 B
Text

class VacationBeachBall : DukeActor
{
const BALLSTRENGTH = 20;
default
{
pic "BEACHBALL";
Strength WEAK;
}
}