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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue