Corruption Cards dialogues and more (untested).
This commit is contained in:
parent
3108dabca1
commit
d30600a185
9 changed files with 323 additions and 2 deletions
|
|
@ -594,6 +594,10 @@ extend Class SWWMHandler
|
|||
if ( (e.Args[0] < 0) || (e.Args[0] > 9) ) return;
|
||||
WeaponFlash[e.Args[0]] = gametic+25;
|
||||
}
|
||||
else if ( e.Name ~== "swwmccstart" )
|
||||
gdat.ccstartonce = true;
|
||||
else if ( e.Name ~== "swwmcclilith" )
|
||||
gdat.cclilithonce = true;
|
||||
// cheats go here
|
||||
else CheatEvent(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue