mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
v0.28.0 Changed - Integrate ACE editor
This commit is contained in:
+1
-1
@@ -1513,7 +1513,7 @@ PlayerObject.prototype.finishCrime = function(cancelled) {
|
||||
//Cancels the player's current "work" assignment and gives the proper rewards
|
||||
//Used only for Singularity functions, so no popups are created
|
||||
PlayerObject.prototype.singularityStopWork = function() {
|
||||
if (!this.isWorking) {return null;}
|
||||
if (!this.isWorking) {return "";}
|
||||
var res; //Earnings text for work
|
||||
switch (this.workType) {
|
||||
case CONSTANTS.WorkTypeStudyClass:
|
||||
|
||||
Reference in New Issue
Block a user