Fix Terminal wget bug. Issue #593

This commit is contained in:
danielyxie
2019-04-13 00:33:30 -07:00
committed by danielyxie
parent f6af9e94ab
commit 3d1684f825
3 changed files with 12 additions and 2 deletions
+9 -1
View File
@@ -5156,7 +5156,15 @@ function NetscriptFunctions(workerScript) {
return Player.sleeves[sleeveNumber].tryBuyAugmentation(Player, aug);
}
} // End sleeve
}, // End sleeve
heart: {
// Easter egg function
break : function() {
if (workerScript.checkingRam) { return 0; }
return Player.karma;
}
}
} // End return
} // End NetscriptFunction()