mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-12 21:52:01 +00:00
19 lines
223 B
Text
19 lines
223 B
Text
|
|
||
|
class VacationSeagull : DukeActor // SEAGULL (2150)
|
||
|
{
|
||
|
const SEAGULLSTRENGTH = 20;
|
||
|
default
|
||
|
{
|
||
|
Strength SEAGULLSTRENGTH;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class VacationSeagullShit : DukeActor // (1638) invalid class
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
+BADGUY
|
||
|
}
|
||
|
}
|