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

Method getSpecialMixingText

code/main/Cauldron.ts:277–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 private getSpecialMixingText(): string{
278 if(this.timerTime < 60)
279 return "... (" + this.timerTime + ")";
280 else
281 return "... your arms are hurting :(";
282 }
283
284 private makePotions(boolSavingName: string, numberSavingName: string, howMany: number, singularPotionName: string, pluralPotionName: string): void{
285 // We can now use this kind of potion

Callers 1

drawActionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected