()
| 43 | |
| 44 | // willDie() |
| 45 | public willDie(): void{ |
| 46 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage() + " (and found " + Algo.pluralFormat(this.getQuest().foundCandies(120), " candy", " candies") + ")", this.getQuest().getCandiesFoundMessage())); |
| 47 | } |
| 48 | } |
nothing calls this directly
no test coverage detected