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

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