()
| 31 | |
| 32 | // Public methods |
| 33 | public willDie(): void{ |
| 34 | 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())); |
| 35 | } |
| 36 | } |
nothing calls this directly
no test coverage detected