()
| 618 | } |
| 619 | |
| 620 | public lowerCountdowns(): void{ |
| 621 | // Lower spells countdown |
| 622 | if(this.playerSpellsCountdown > 0) |
| 623 | this.playerSpellsCountdown -= 1; |
| 624 | |
| 625 | // Lower potions countdown |
| 626 | if(this.playerPotionsCountdown > 0) |
| 627 | this.playerPotionsCountdown -= 1; |
| 628 | } |
| 629 | |
| 630 | public postDraw(): void{ |
| 631 | this.getGame().updatePlace(); |