()
| 466 | |
| 467 | // Default behaviour of this function : displaying a simple death message in the quest log |
| 468 | public willDie(): void{ |
| 469 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage())); |
| 470 | } |
| 471 | |
| 472 | // Public getters |
| 473 | public getBerserk(): boolean{ |
nothing calls this directly
no test coverage detected