Corruption Cards dialogues and more (untested).

This commit is contained in:
Mari the Deer 2022-08-04 17:18:23 +02:00
commit d30600a185
9 changed files with 323 additions and 2 deletions

View file

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