mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Fix Terminal wget bug. Issue #593
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user