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

Method chooseChallenge

code/main/Dragon.ts:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 private chooseChallenge(): void{
96 // Change the step
97 this.step = DragonStep.TALKING_CHALLENGE;
98 // Update
99 this.update();
100 this.getGame().updatePlace();
101 }
102
103 private chooseFame(): void{
104 // Change the step

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected