MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / getCandiesDropMessage

Method getCandiesDropMessage

code/main/Quest.ts:600–602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)";

Callers 1

endQuestMethod · 0.95

Calls 1

getCurrentMethod · 0.80

Tested by

no test coverage detected