()
| 56 | } |
| 57 | |
| 58 | private shakeBox(): void{ |
| 59 | Saving.saveBool("lonelyHouseShakeBoxDone", true); |
| 60 | this.update(); |
| 61 | this.getGame().updatePlace(); |
| 62 | } |
| 63 | |
| 64 | private takeTheBox(): void{ |
| 65 | // Change the bool |
nothing calls this directly
no test coverage detected