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

Method goToLighthouse

code/main/Game.ts:437–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 }
436
437 public goToLighthouse(): void{
438 this.setPlace(new Lighthouse(this));
439 }
440
441 public goToLollipopFarm(): void{
442 this.saveCurrentMapPlace();

Callers

nothing calls this directly

Calls 1

setPlaceMethod · 0.95

Tested by

no test coverage detected