1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Revert "add unlock on upgrade mechanic"

This reverts commit 6dd3f2a439.

lease enter the commit message for your changes. Lines starting
This commit is contained in:
RogiJAG
2020-07-19 10:47:47 -05:00
parent c1a518f775
commit adecb64447
4 changed files with 2 additions and 93 deletions

View File

@@ -51,7 +51,7 @@ export class MetaRotaterBuilding extends MetaBuilding {
getAvailableVariants(root) {
let variants = [defaultBuildingVariant];
if (root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_rotater_ccw)) {
variants.push(enumRotaterVariants.ccw);
variants.push(enumRotaterVariants.ccw, enumRotaterVariants.fl);
}
if (root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_rotater_fl)) {
variants.push(enumRotaterVariants.fl);