Some easter egg tweaks.
Backport placeholder textures from common library.
This commit is contained in:
parent
356bf0202a
commit
7a4ec53e16
28 changed files with 301 additions and 213 deletions
|
|
@ -694,6 +694,11 @@ extend Class SWWMHandler
|
|||
s.realpuzzlecnt = e.Args[2];
|
||||
}
|
||||
}
|
||||
else if ( e.Name ~== "swwmsetoldcheat" )
|
||||
{
|
||||
let s = SWWMStats.Find(players[e.Args[0]]);
|
||||
if ( s ) s.oldcheat = true;
|
||||
}
|
||||
// cheats go here
|
||||
else CheatEvent(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue