()
| 415 | } |
| 416 | |
| 417 | public stopTurtle(): void{ |
| 418 | // Mother class method |
| 419 | super.stopTurtle(); |
| 420 | |
| 421 | // Update the render area |
| 422 | this.drawOnRenderArea(); |
| 423 | } |
| 424 | |
| 425 | public update(): void{ |
| 426 | for(var savingName in this.game.getSelectedEqItems()){ |
no test coverage detected