mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-04 01:51:25 +00:00
11 lines
No EOL
144 B
Text
11 lines
No EOL
144 B
Text
|
|
class VacationBeachBather : DukeActor
|
|
{
|
|
const BEACHBATHERSTRENGTH = 30;
|
|
default
|
|
{
|
|
pic "BEACHBATHER";
|
|
Strength BEACHBATHERSTRENGTH;
|
|
}
|
|
|
|
} |