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

Method lureTheBoxWithACandy

code/main/LonelyHouse.ts:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 private lureTheBoxWithACandy(): void{
47 Saving.saveBool("lonelyHouseLureTheBoxWithACandyDone", true);
48 this.update();
49 this.getGame().updatePlace();
50 }
51
52 private openBox(): void{
53 Saving.saveBool("lonelyHouseOpenBoxDone", true);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected