()
| 74 | |
| 75 | // willDie() |
| 76 | public willDie(): void{ |
| 77 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage() + " (and found " + Algo.pluralFormat(this.getQuest().foundCandies(1000000), " candy", " candies") + ")", this.getQuest().getCandiesFoundMessage())); |
| 78 | this.getQuest().foundGridOrEqItem(new QuestItemFound(this.getQuest(), "gridItemPossessedA", "You found a strange stone.", "You gain a strange stone.")); |
| 79 | } |
| 80 | |
| 81 | // Private methods |
| 82 | private castFireball(): void{ |
nothing calls this directly
no test coverage detected