()
| 606 | } |
| 607 | |
| 608 | public getChocolateBarsDropMessage(): string{ |
| 609 | return "You gain " + Algo.pluralFormat(this.chocolateBarsFound.getCurrent(), " chocolate bar", " chocolate bars") + "."; |
| 610 | } |
| 611 | |
| 612 | public increasePlayerPotionsCountdown(howMuch: number): void{ |
| 613 | this.playerPotionsCountdown += howMuch; |