mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
[feat] Network server layers can be randomized
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ interface IServerMetadata {
|
||||
* This value is between 1 and 15.
|
||||
* If this is not populated, @specialName should be.
|
||||
*/
|
||||
networkLayer?: number;
|
||||
networkLayer?: number | IMinMaxRange;
|
||||
|
||||
/**
|
||||
* The number of ports that must be opened before the player can execute NUKE.
|
||||
|
||||
Reference in New Issue
Block a user