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

Method askTheBoxToOpenItself

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

Source from the content-addressed store, hash-verified

26
27 // Private methods
28 private askTheBoxToOpenItself(): void{
29 Saving.saveBool("lonelyHouseAskTheBoxToOpenItselfDone", true);
30 this.update();
31 this.getGame().updatePlace();
32 }
33
34 private breakLock(): void{
35 Saving.saveBool("lonelyHouseBreakLockDone", true);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected