mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
fix faction work not working correctly
This commit is contained in:
parent
c9b9c2c55b
commit
4f86bc644c
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
|
Loading…
Reference in New Issue
Block a user