(howMuch: number)
| 610 | } |
| 611 | |
| 612 | public increasePlayerPotionsCountdown(howMuch: number): void{ |
| 613 | this.playerPotionsCountdown += howMuch; |
| 614 | } |
| 615 | |
| 616 | public increasePlayerSpellsCountdown(howMuch: number): void{ |
| 617 | this.playerSpellsCountdown += howMuch; |