Set BitNode-10 description and BitNode multipliers

This commit is contained in:
danielyxie
2019-01-17 11:10:35 -08:00
parent 10231b6c66
commit aac262b736
14 changed files with 176 additions and 20 deletions
+2
View File
@@ -9,6 +9,7 @@ import { Sleeve } from "./Sleeve/Sleeve";
import { IMap } from "../types";
import { IPlayerOwnedAugmentation } from "../Augmentation/PlayerOwnedAugmentation";
import { IPlayerOwnedSourceFile } from "../SourceFile/PlayerOwnedSourceFile";
export interface IPlayer {
augmentations: IPlayerOwnedAugmentation[];
@@ -19,6 +20,7 @@ export interface IPlayer {
queuedAugmentations: IPlayerOwnedAugmentation[];
resleeves: Resleeve[];
sleeves: Sleeve[];
sourceFiles: IPlayerOwnedSourceFile[];
hacking_skill: number;
strength: number;
+1 -1
View File
@@ -194,5 +194,5 @@ function updateAugDescription(elems: IResleeveUIElems) {
return;
}
elems.augDescription.innerHTML = aug!.info;
elems.augDescription!.innerHTML = aug!.info;
}
+1 -1
View File
@@ -76,7 +76,7 @@ export function createSleevesPage(p: IPlayer) {
UIElems.info = createElement("p", {
display: "inline-block",
innerText: "Sleeves are MK-V Synthoids (synthetic androids) into which your " +
innerText: "Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your " +
"consciousness has copied. In other words, these Synthoids contain " +
"a perfect duplicate of your mind.<br><br>" +
"Sleeves can be used to perform different tasks synchronously.",