Small hotfix (#840)

* yesno box now correctly clean up before new content is loaded in.

* formatHp doesnt display decimal, duh

* character overview uses numeralWrapper formatHp

* minor formatting stuff

* Class spending is tracked indepedently of work money

* Made an augmentation named after myself.

* hotfix a bunch of small stuff
This commit is contained in:
hydroflame
2021-04-12 20:03:32 -04:00
committed by GitHub
parent 0afdba8f38
commit 80b703639e
11 changed files with 36 additions and 11 deletions
+2 -1
View File
@@ -11,6 +11,8 @@ export class MoneySourceTracker {
}
bladeburner: number = 0;
casino: number = 0;
class: number = 0;
codingcontract: number = 0;
corporation: number = 0;
crime: number = 0;
@@ -22,7 +24,6 @@ export class MoneySourceTracker {
stock: number = 0;
total: number = 0;
work: number = 0;
casino: number = 0;
[key: string]: number | Function;