2.2.2 Release (#378)

This commit is contained in:
Snarling
2023-02-21 09:44:18 -05:00
committed by GitHub
parent bba6b26ac1
commit d3f9554a6e
28 changed files with 196 additions and 67 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export class ClassWork extends Work {
dialogBoxCreate(
<>
After {this.getClass().youAreCurrently} for{" "}
{convertTimeMsToTimeElapsedString(this.cyclesWorked * CONSTANTS._idleSpeed)}, <br />
{convertTimeMsToTimeElapsedString(this.cyclesWorked * CONSTANTS.MilliPerCycle)}, <br />
you spent a total of <Money money={-this.earnings.money} />. <br />
<br />
You earned a total of: <br />