Some easter egg tweaks.

Backport placeholder textures from common library.
This commit is contained in:
Mari the Deer 2022-03-07 23:24:13 +01:00
commit 7a4ec53e16
28 changed files with 301 additions and 213 deletions

View file

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