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

12 lines
119 B
Text
Raw Normal View History

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