MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / openFourthChest

Method openFourthChest

code/main/TheHole.ts:409–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 4

foundChocolateBarsMethod · 0.80
addMessageMethod · 0.80
getQuestLogMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected