mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Update GeneralActions.tsx
This commit is contained in:
parent
f105002847
commit
6bfec83d91
@ -4,15 +4,16 @@ import { IMap } from "../types";
|
|||||||
export const GeneralActions: IMap<Action> = {};
|
export const GeneralActions: IMap<Action> = {};
|
||||||
|
|
||||||
let actionNames : Array<string> = [
|
let actionNames : Array<string> = [
|
||||||
"Training",
|
"Training",
|
||||||
"Field Analysis",
|
"Field Analysis",
|
||||||
"Recruitment",
|
"Recruitment",
|
||||||
"Diplomacy",
|
"Diplomacy",
|
||||||
"Hyperbolic Regeneration Chamber",
|
"Hyperbolic Regeneration Chamber",
|
||||||
"Incite Violence"
|
"Incite Violence"
|
||||||
];
|
];
|
||||||
|
|
||||||
for (let actionName of actionNames){
|
for (let actionName of actionNames){
|
||||||
GeneralActions[actionName] = new Action({
|
GeneralActions[actionName] = new Action({
|
||||||
name: actionName,
|
name: actionName,
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user