mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +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 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");
|
var elem = document.getElementById("work-in-progress-text");
|
||||||
ReactDOM.render(<>
|
ReactDOM.render(<>
|
||||||
|
Loading…
Reference in New Issue
Block a user