()
| 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); |
nothing calls this directly
no test coverage detected