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

Method increasePlayerPotionsCountdown

code/main/Quest.ts:612–614  ·  view source on GitHub ↗
(howMuch: number)

Source from the content-addressed store, hash-verified

610 }
611
612 public increasePlayerPotionsCountdown(howMuch: number): void{
613 this.playerPotionsCountdown += howMuch;
614 }
615
616 public increasePlayerSpellsCountdown(howMuch: number): void{
617 this.playerSpellsCountdown += howMuch;

Callers 1

castMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected