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