Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
saveCurrentMapPlace
Method · 0.95
setPlace
Method · 0.95
Tested by
no test coverage detected