This commit is contained in:
Olivier Gagnon 2021-11-12 19:29:38 -05:00
commit 6cf0455215
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -44,7 +44,6 @@ export function NetscriptExtra(player: IPlayer, workerScript: WorkerScript): INe
recur(depth - 1); recur(depth - 1);
}; };
recur(2); recur(2);
console.log(x);
console.warn("I am sure that this variable is false."); console.warn("I am sure that this variable is false.");
if (x !== false) { if (x !== false) {
console.warn("Reality has been altered!"); console.warn("Reality has been altered!");