Skip to content

Commit

Permalink
Merge manic into Capy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielferro69 committed Jun 14, 2023
2 parents 85a87ec + 1b1055c commit 8f3db11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/escenas/libroPrimaria/EscenaManic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class EscenaManic extends EscenaDesdeMapa {
}

estaResueltoElProblema(): boolean {
console.log(`posiciones ${this.xFinal} ${this.yFinal}`)
return this.estaEnPosicionFinalSiLaTiene() && this.telescopioResuelto() && this.observacionResuelta("Estrella") && this.observacionResuelta("Planeta");
}

Expand Down

0 comments on commit 8f3db11

Please sign in to comment.