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

Method goToTheCaveExit

code/main/TheCave.ts:254–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 }
253
254 private goToTheCaveExit(): void{
255 Saving.saveBool("mainMapDoneCaveEntrance", true);
256 this.getGame().setPlace(new TheCaveExit(this.getGame()));
257 }
258
259 private move(type: TheCaveMoveType): void{
260 // If we made more than 12 moves and there's no pattern, we reach the exit

Callers 1

moveMethod · 0.95

Calls 2

setPlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected