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

Method getCandiesFoundMessage

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

Source from the content-addressed store, hash-verified

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

Callers 15

willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80
willDieMethod · 0.80

Calls 1

getCurrentAsStringMethod · 0.45

Tested by

no test coverage detected