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

Method kickBox

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

Source from the content-addressed store, hash-verified

38 }
39
40 private kickBox(): void{
41 Saving.saveBool("lonelyHouseKickBoxDone", true);
42 this.update();
43 this.getGame().updatePlace();
44 }
45
46 private lureTheBoxWithACandy(): void{
47 Saving.saveBool("lonelyHouseLureTheBoxWithACandyDone", true);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected