()
| 252 | } |
| 253 | |
| 254 | private goToTheCaveExit(): void{ |
| 255 | Saving.saveBool("mainMapDoneCaveEntrance", true); |
| 256 | this.getGame().setPlace(new TheCaveExit(this.getGame())); |
| 257 | } |
| 258 | |
| 259 | private move(type: TheCaveMoveType): void{ |
| 260 | // If we made more than 12 moves and there's no pattern, we reach the exit |