()
| 407 | } |
| 408 | |
| 409 | private openFourthChest(): void{ |
| 410 | this.fourthChestOpened = true; |
| 411 | this.foundChocolateBars(4); |
| 412 | this.getGame().getQuestLog().addMessage(new QuestLogMessage("You opened a chest and found four chocolate bars!", null, true)); |
| 413 | } |
| 414 | |
| 415 | private openSecondChest(): void{ |
| 416 | this.secondChestOpened = true; |
nothing calls this directly
no test coverage detected