mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Character percentages are aligned, server and hacknet limit are displayed, if the player has SF5 the reduces stats are shown.
This commit is contained in:
+2
-2
@@ -86,7 +86,7 @@ import {
|
||||
} from "./PersonObjects/Resleeving/ResleevingUI";
|
||||
|
||||
import { createStatusText } from "./ui/createStatusText";
|
||||
import { displayCharacterInfo } from "./ui/displayCharacterInfo";
|
||||
import { CharacterInfo } from "./ui/CharacterInfo";
|
||||
import { Page, routing } from "./ui/navigationTracking";
|
||||
import { numeralWrapper } from "./ui/numeralFormat";
|
||||
import { setSettingsLabels } from "./ui/setSettingsLabels";
|
||||
@@ -567,7 +567,7 @@ const Engine = {
|
||||
|
||||
/// Display character info
|
||||
updateCharacterInfo: function() {
|
||||
displayCharacterInfo(Engine.Display.characterInfo, Player);
|
||||
ReactDOM.render(CharacterInfo(Player), Engine.Display.characterInfo)
|
||||
},
|
||||
|
||||
// TODO Refactor this into Faction implementation
|
||||
|
||||
Reference in New Issue
Block a user