This commit is contained in:
Olivier Gagnon 2021-10-27 15:56:04 -04:00
parent c9565a2263
commit 9f14f2b863

@ -36,9 +36,9 @@ export function NetscriptExtra(player: IPlayer, workerScript: WorkerScript): INe
real_document.completely_unused_field = undefined;
},
alterReality: function (): void {
// eval so the code doesn't get optimized away.
const x = eval("false");
console.warn("I am sure that this variable is false.");
// add Math.random so webpack doesn't optimise the if away
if (x !== false) {
console.warn("Reality has been altered!");
player.giveExploit(Exploit.RealityAlteration);