Fix corp industry wrong initial value.

This commit is contained in:
Olivier Gagnon 2021-08-21 02:10:58 -04:00
parent 6561413137
commit 4b38d296a8

@ -119,7 +119,7 @@ function Industry(params={}) {
};
this.name = params.name ? params.name : 0;
this.type = params.type ? params.type : 0;
this.type = params.type ? params.type : Industries.Agriculture;
this.sciResearch = new Material({name: "Scientific Research"});
this.researched = {}; // Object of acquired Research. Keys = research name