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

Method getChocolateBarsDropMessage

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

Source from the content-addressed store, hash-verified

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;

Callers 1

endQuestMethod · 0.95

Calls 1

getCurrentMethod · 0.80

Tested by

no test coverage detected