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

Method openChest

code/main/FortressRoom3.ts:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 private openChest(): void{
101 this.chestOpened = true;
102 this.foundGridOrEqItem(new QuestItemFound(this, "eqItemBootsRocketBoots", "You opened a chest and found rocket boots!", "You gain rocket boots."));
103 }
104}

Callers

nothing calls this directly

Calls 1

foundGridOrEqItemMethod · 0.80

Tested by

no test coverage detected