- Added buddha cheat.

SVN r1756 (trunk)
This commit is contained in:
Randy Heit 2009-08-07 04:08:38 +00:00
commit f9088bd2cf
8 changed files with 53 additions and 13 deletions

View file

@ -130,6 +130,15 @@ CCMD (iddqd)
Net_WriteByte (CHT_IDDQD);
}
CCMD (buddha)
{
if (CheckCheatmode())
return;
Net_WriteByte(DEM_GENERICCHEAT);
Net_WriteByte(CHT_BUDDHA);
}
CCMD (notarget)
{
if (CheckCheatmode ())