()
| 602 | } |
| 603 | |
| 604 | public getCandiesFoundMessage(): string{ |
| 605 | return "(" + this.candiesFound.getCurrentAsString() + " found so far)"; |
| 606 | } |
| 607 | |
| 608 | public getChocolateBarsDropMessage(): string{ |
| 609 | return "You gain " + Algo.pluralFormat(this.chocolateBarsFound.getCurrent(), " chocolate bar", " chocolate bars") + "."; |
no test coverage detected