()
| 98 | } |
| 99 | |
| 100 | private ask(): void{ |
| 101 | this.speechId = this.selectedQuestionId + "Speech"; |
| 102 | if(this.selectedQuestionId == "lighthouseQuestionDragon") this.showPuzzle = true; |
| 103 | else this.showPuzzle = false; |
| 104 | this.update(); |
| 105 | this.getGame().updatePlace(); |
| 106 | } |
| 107 | |
| 108 | private createQuestionsArray(): void{ |
| 109 | // We empty the array |
nothing calls this directly
no test coverage detected