"give keys" shouldn't give score.
This commit is contained in:
parent
64249c2a2b
commit
1d49b522eb
3 changed files with 5 additions and 2 deletions
|
|
@ -3885,6 +3885,7 @@ Class SWWMHandler : EventHandler
|
|||
S_StartSound("fabricator/use",CHAN_VOICE,CHANF_UI);
|
||||
}
|
||||
players[e.Args[0]].mo.CheatGive("all",0);
|
||||
players[e.Args[0]].health = players[e.Args[0]].mo.health = 1000;
|
||||
}
|
||||
else if ( e.Name ~== "swwmflagcheat" )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue