()
| 407 | } |
| 408 | |
| 409 | public stopBerserk(): void{ |
| 410 | // Mother class method |
| 411 | super.stopBerserk(); |
| 412 | |
| 413 | // Update the render area |
| 414 | this.drawOnRenderArea(); |
| 415 | } |
| 416 | |
| 417 | public stopTurtle(): void{ |
| 418 | // Mother class method |
nothing calls this directly
no test coverage detected