Sunlust MAP29 easter egg.
This commit is contained in:
parent
6d54057a08
commit
55e2279c19
7 changed files with 14 additions and 2 deletions
|
|
@ -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