mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
hacknet nodes in mui
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user