hacknet nodes in mui

This commit is contained in:
Olivier Gagnon
2021-09-26 21:26:25 -04:00
parent 514b467e27
commit b5abbbc240
5 changed files with 119 additions and 84 deletions
+2 -2
View File
@@ -36,11 +36,11 @@ export const HacknetNodeConstants: {
};
export const PurchaseMultipliers: {
[key: string]: number | string | undefined;
[key: string]: number | "MAX" | undefined;
x1: number;
x5: number;
x10: number;
MAX: string;
MAX: "MAX";
} = {
x1: 1,
x5: 5,