Fixed typo in PlayerObjectGeneralMethods.jsx

This commit is contained in:
Tesseract1234567890 2021-06-10 08:55:06 -04:00
parent dd75c1b2d2
commit 34b3843e18

@ -660,7 +660,7 @@ export function work(numCycles) {
const penalty = this.cancelationPenalty();
const penaltyString = penalty === 0.5 ? 'half' : 'three quarter'
const penaltyString = penalty === 0.5 ? 'half' : 'three-quarters'
var elem = document.getElementById("work-in-progress-text");
ReactDOM.render(<>