1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Unlock energy generator from the beginning

This commit is contained in:
tobspr 2020-07-05 12:59:40 +02:00
parent e3875aab2a
commit 04839b1956

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);
}
/**