mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
fix faction work not working correctly
This commit is contained in:
4
dist/main.bundle.js
vendored
4
dist/main.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main.bundle.js.map
vendored
2
dist/main.bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -73,7 +73,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
||||
new FactionWork({
|
||||
singularity: false,
|
||||
faction: faction.name,
|
||||
factionWorkType: FactionWorkType.HACKING,
|
||||
factionWorkType: FactionWorkType.FIELD,
|
||||
}),
|
||||
);
|
||||
startWork();
|
||||
@@ -95,7 +95,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
||||
new FactionWork({
|
||||
singularity: false,
|
||||
faction: faction.name,
|
||||
factionWorkType: FactionWorkType.HACKING,
|
||||
factionWorkType: FactionWorkType.SECURITY,
|
||||
}),
|
||||
);
|
||||
startWork();
|
||||
|
||||
5
src/Faction/ui/v2.txt
Normal file
5
src/Faction/ui/v2.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
- Change scp to be (files, destination, source)
|
||||
- Remove top level sing
|
||||
- Rename stock.buy and stock.sell
|
||||
- https://github.com/danielyxie/bitburner/pull/3802
|
||||
- https://github.com/danielyxie/bitburner/pull/3812
|
||||
Reference in New Issue
Block a user