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

Method breakLock

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

Source from the content-addressed store, hash-verified

32 }
33
34 private breakLock(): void{
35 Saving.saveBool("lonelyHouseBreakLockDone", true);
36 this.update();
37 this.getGame().updatePlace();
38 }
39
40 private kickBox(): void{
41 Saving.saveBool("lonelyHouseKickBoxDone", true);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected