mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
Very slightly adjust router.toFaction
- Faction argument is now required - Added augPage argument
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ export interface IRouter {
|
||||
toCorporation(): void;
|
||||
toCreateProgram(): void;
|
||||
toDevMenu(): void;
|
||||
toFaction(faction?: Faction): void; // faction name
|
||||
toFaction(faction: Faction, augPage?: boolean): void; // faction name
|
||||
toFactions(): void;
|
||||
toGameOptions(): void;
|
||||
toGang(): void;
|
||||
|
||||
Reference in New Issue
Block a user