mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 22:23:51 +01:00
Failed crime no longer pretend you gained money. (#830)
This commit is contained in:
parent
ddbdf66d00
commit
c7febd5551
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1504,7 +1504,6 @@ export function finishCrime(cancelled) {
|
|||||||
dialogBoxCreate(<>
|
dialogBoxCreate(<>
|
||||||
Crime failed!<br /><br />
|
Crime failed!<br /><br />
|
||||||
You gained:<br />
|
You gained:<br />
|
||||||
{Money(this.workMoneyGained)}<br />
|
|
||||||
{numeralWrapper.formatExp(this.workHackExpGained)} hacking experience <br />
|
{numeralWrapper.formatExp(this.workHackExpGained)} hacking experience <br />
|
||||||
{numeralWrapper.formatExp(this.workStrExpGained)} strength experience<br />
|
{numeralWrapper.formatExp(this.workStrExpGained)} strength experience<br />
|
||||||
{numeralWrapper.formatExp(this.workDefExpGained)} defense experience<br />
|
{numeralWrapper.formatExp(this.workDefExpGained)} defense experience<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user