Sunlust MAP29 easter egg.

This commit is contained in:
Mari the Deer 2023-08-25 15:10:13 +02:00
commit 55e2279c19
7 changed files with 14 additions and 2 deletions

View file

@ -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);
}