Enable new buildings by default for now

This commit is contained in:
tobspr 2020-08-12 21:06:05 +02:00
parent f4ac6dfe03
commit 93186cbb9f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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