mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Added a constant for cities
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ function PlayerObject() {
|
||||
this.homeComputer = "";
|
||||
|
||||
//Cities: Aevum, ChongQing, Sector12, New Tokyo, Ishima, Volhaven
|
||||
this.city = "Aevum";
|
||||
this.city = CONSTANTS.Aevum;
|
||||
this.location = "";
|
||||
|
||||
//Servers
|
||||
|
||||
Reference in New Issue
Block a user