mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
Update GeneralActions.tsx
This commit is contained in:
parent
f105002847
commit
6bfec83d91
@ -11,6 +11,7 @@ let actionNames : Array<string> = [
|
|||||||
"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