mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix multiple typos, closes #627
This commit is contained in:
@@ -330,7 +330,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
||||
if (tileBelow && this.root.app.settings.getAllSettings().pickMinerOnPatch) {
|
||||
this.currentMetaBuilding.set(gMetaBuildingRegistry.findByClass(MetaMinerBuilding));
|
||||
|
||||
// Select chained miner if available, since thats always desired once unlocked
|
||||
// Select chained miner if available, since that's always desired once unlocked
|
||||
if (this.root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_miner_chainable)) {
|
||||
this.currentVariant.set(enumMinerVariants.chainable);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user