mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Fixed typo in PlayerObjectGeneralMethods.jsx
This commit is contained in:
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(<>
|
||||
|
Loading…
Reference in New Issue
Block a user