Enable new buildings by default for now

pull/567/head
tobspr 4 years ago
parent f4ac6dfe03
commit 93186cbb9f

@ -19,7 +19,7 @@ export class MetaConstantSignalBuilding extends MetaBuilding {
*/
getIsUnlocked(root) {
// @todo
return G_IS_DEV;
return true;
}
getLayer() {

@ -67,7 +67,7 @@ export class MetaWireBuilding extends MetaBuilding {
*/
getIsUnlocked(root) {
// @todo
return G_IS_DEV;
return true;
}
/**

Loading…
Cancel
Save