()
| 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 | } |
nothing calls this directly
no test coverage detected