Sunlust MAP29 easter egg.
This commit is contained in:
parent
6d54057a08
commit
55e2279c19
7 changed files with 14 additions and 2 deletions
|
|
@ -512,6 +512,11 @@ extend Class SWWMHandler
|
|||
rslt = true; // switching to dual gun
|
||||
S_StartSound(rslt?"menu/demosel":"menu/democlose",CHAN_AUTO,CHANF_UI);
|
||||
}
|
||||
else if ( e.Name ~== "swwmlustysuns" )
|
||||
{
|
||||
if ( consoleplayer != e.Args[0] ) return;
|
||||
AddOneliner("lustysuns",3,15);
|
||||
}
|
||||
// cheats go here
|
||||
else CheatEvent(e);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -836,6 +836,8 @@ Class DSMapTitle : HUDMessageBase
|
|||
{
|
||||
if ( !bDontDeleteMe ) return true;
|
||||
if ( tics == 0 ) S_StartSound("misc/newarea",CHAN_VOICE,CHANF_UI,pitch:.75); // dunno why the source file is pitched up
|
||||
if ( (tics == holdtics+fadeintics) && (txt == "Go Fuck Yourself") ) // Sunlust MAP29
|
||||
Eventhandler.SendNetworkEvent("swwmlustysuns",consoleplayer);
|
||||
return (++tics > holdtics+fadeintics+fadeouttics);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue