mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-30 07:50:54 +00:00
18 lines
223 B
Text
18 lines
223 B
Text
|
|
class VacationSeagull : DukeActor // SEAGULL (2150)
|
|
{
|
|
const SEAGULLSTRENGTH = 20;
|
|
default
|
|
{
|
|
Strength SEAGULLSTRENGTH;
|
|
}
|
|
|
|
}
|
|
|
|
class VacationSeagullShit : DukeActor // (1638) invalid class
|
|
{
|
|
default
|
|
{
|
|
+BADGUY
|
|
}
|
|
}
|