Added javascript math module

This commit is contained in:
danielyxie
2017-09-11 18:31:42 -05:00
parent 1f9d0be7be
commit f8ff4cfba6
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1256,7 +1256,7 @@ PlayerObject.prototype.startClass = function(costMult, expMult, className) {
agiExp = baseGymExp * expMult / gameCPS;
break;
default:
throw new Error("ERR: Invalid/recognized class name");
throw new Error("ERR: Invalid/unrecognized class name");
return;
}