Unlock energy generator from the beginning

This commit is contained in:
tobspr 2020-07-05 12:59:40 +02:00
parent e3875aab2a
commit 04839b1956
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ export class MetaEnergyGenerator extends MetaBuilding {
* @param {GameRoot} root
*/
getIsUnlocked(root) {
return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_cutter_and_trash);
return true;
// return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_cutter_and_trash);
}
/**