Fixed merge conflicts. Rebalanced new Hacknet Node mechanics. Adjusted Hacknet API so that it'll work with hacknet Servers. Fixed Corporation bug with Issuing new Shares

This commit is contained in:
danielyxie
2019-03-29 16:13:58 -07:00
137 changed files with 10196 additions and 3142 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export abstract class Person {
/**
* City that the person is in
*/
city: string = CityName.Sector12;
city: CityName = CityName.Sector12;
constructor() {}