mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
Began deining the Faction class
This commit is contained in:
@@ -92,6 +92,11 @@ createRandomByte = function() {
|
||||
//Create all "foreign" servers that exist in the game. This does not include
|
||||
//servers that the player can purchase or the player's starting computer
|
||||
ForeignServers = {
|
||||
//TODO add "secret" servers for factions and anything else? These are servers
|
||||
//that do not get connected to anything in the createNetwork() function
|
||||
//Secret Servers
|
||||
|
||||
|
||||
//Megacorporations (each one forms its own faction?)
|
||||
ECorp: new Server(), //Group15
|
||||
MegaCorp: new Server(), //Group15
|
||||
|
||||
Reference in New Issue
Block a user