mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
Update src/PersonObjects/Player/PlayerObjectGangMethods.ts
Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
This commit is contained in:
@@ -18,10 +18,7 @@ export function canAccessGang(this: IPlayer): boolean {
|
||||
}
|
||||
|
||||
export function isAwareOfGang(this: IPlayer): boolean {
|
||||
if (this.bitNodeN === 2 || this.sourceFileLvl(2) >= 1) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return this.bitNodeN === 2 || this.sourceFileLvl(2) >= 1;
|
||||
}
|
||||
|
||||
export function getGangFaction(this: IPlayer): Faction {
|
||||
|
||||
Reference in New Issue
Block a user