v0.28.0 Changed - Integrate ACE editor

This commit is contained in:
danielyxie
2017-09-01 09:12:40 -05:00
parent fd2642cfe9
commit b17f89eba7
12 changed files with 20854 additions and 479 deletions
+1 -1
View File
@@ -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: