()
| 93 | } |
| 94 | |
| 95 | private chooseChallenge(): void{ |
| 96 | // Change the step |
| 97 | this.step = DragonStep.TALKING_CHALLENGE; |
| 98 | // Update |
| 99 | this.update(); |
| 100 | this.getGame().updatePlace(); |
| 101 | } |
| 102 | |
| 103 | private chooseFame(): void{ |
| 104 | // Change the step |
nothing calls this directly
no test coverage detected