mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-08 10:10:41 +00:00
11 lines
144 B
Text
11 lines
144 B
Text
|
|
||
|
class VacationBeachBather : DukeActor
|
||
|
{
|
||
|
const BEACHBATHERSTRENGTH = 30;
|
||
|
default
|
||
|
{
|
||
|
pic "BEACHBATHER";
|
||
|
Strength BEACHBATHERSTRENGTH;
|
||
|
}
|
||
|
|
||
|
}
|