- Added buddha cheat.
SVN r1756 (trunk)
This commit is contained in:
parent
16846fe36d
commit
f9088bd2cf
8 changed files with 53 additions and 13 deletions
|
|
@ -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 ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue