()
| 598 | } |
| 599 | |
| 600 | public getCandiesDropMessage(): string{ |
| 601 | return "You gain " + Algo.pluralFormat(this.candiesFound.getCurrent(), " candy", " candies") + "."; |
| 602 | } |
| 603 | |
| 604 | public getCandiesFoundMessage(): string{ |
| 605 | return "(" + this.candiesFound.getCurrentAsString() + " found so far)"; |