()
| 33 | |
| 34 | // willDie() |
| 35 | public willDie(): void{ |
| 36 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage() + " (and found " + Algo.pluralFormat(this.getQuest().foundCandies(15), " candy", " candies") + ")", this.getQuest().getCandiesFoundMessage())); |
| 37 | } |
| 38 | } |
nothing calls this directly
no test coverage detected