Skip to content

Commit

Permalink
estaResuelto con trofeos
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed May 27, 2023
1 parent 269fbf7 commit 762375b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/escenas/libroPrimaria/EscenaChuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class EscenaChuy extends EscenaDesdeMapa {

this.obtenerActoresConEtiqueta("PelotaAnimada").forEach(actor => {
actor.aprender(Flotar, { Desvio: 4 });
actor.traer_al_frente()
actor.escala *= this.escalaSegunCuadricula(1) * 0.25;
});

Expand Down Expand Up @@ -87,7 +86,7 @@ class EscenaChuy extends EscenaDesdeMapa {
}

estaResueltoElProblema(): boolean {
return this.estaEnPosicionFinalSiLaTiene() && this.noHayPelotas()
return this.estaEnPosicionFinalSiLaTiene() && this.noHayPelotas() && this.noHay("Trofeo")
}

archivoFondo() {
Expand Down

0 comments on commit 762375b

Please sign in to comment.