()
| 84 | |
| 85 | // willDie() |
| 86 | public willDie(): void{ |
| 87 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage() + " (and found " + Algo.pluralFormat(this.getQuest().foundCandies(5 + Random.upTo(5)), " candy", " candies") + ")", this.getQuest().getCandiesFoundMessage())); |
| 88 | } |
| 89 | } |
nothing calls this directly
no test coverage detected