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

Method goToCauldron

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

Source from the content-addressed store, hash-verified

411 }
412
413 public goToCauldron(): void{
414 this.saveCurrentMapPlace();
415 this.setPlace(new Cauldron(this));
416 }
417
418 public goToCfg(): void{
419 this.saveCurrentMapPlace();

Callers

nothing calls this directly

Calls 2

saveCurrentMapPlaceMethod · 0.95
setPlaceMethod · 0.95

Tested by

no test coverage detected