()
| 101 | } |
| 102 | |
| 103 | private chooseFame(): void{ |
| 104 | // Change the step |
| 105 | this.step = DragonStep.TALKING_FAME; |
| 106 | // Update |
| 107 | this.update(); |
| 108 | this.getGame().updatePlace(); |
| 109 | } |
| 110 | |
| 111 | private drawPlayer(x: number, y: number = 26): void{ |
| 112 | this.renderArea.drawString("\\o/", x, y); |
nothing calls this directly
no test coverage detected