mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-08 08:37:48 +02:00
API: Rename FactionName.BachmanAssociates to FactionName.BachmanAndAssociates (#2183)
This commit is contained in:
@@ -4,7 +4,7 @@ export enum FactionName {
|
||||
TheCovenant = "The Covenant",
|
||||
ECorp = "ECorp",
|
||||
MegaCorp = "MegaCorp",
|
||||
BachmanAssociates = "Bachman & Associates",
|
||||
BachmanAndAssociates = "Bachman & Associates",
|
||||
BladeIndustries = "Blade Industries",
|
||||
NWO = "NWO",
|
||||
ClarkeIncorporated = "Clarke Incorporated",
|
||||
|
||||
@@ -216,7 +216,7 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
|
||||
keepOnInstall: true,
|
||||
}),
|
||||
|
||||
[FactionName.BachmanAssociates]: new FactionInfo({
|
||||
[FactionName.BachmanAndAssociates]: new FactionInfo({
|
||||
infoText: (
|
||||
<>
|
||||
Where Law and Business meet - that's where we are.
|
||||
|
||||
Reference in New Issue
Block a user