()
| 44 | |
| 45 | // willDie() |
| 46 | public willDie(): void{ |
| 47 | // Candies |
| 48 | this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage())); |
| 49 | // The spoon |
| 50 | this.getQuest().foundGridOrEqItem(new QuestItemFound(this.getQuest(), "eqItemWeaponGiantSpoon", "You found a giant spoon inside the teapot.", "You gain a giant spoon.")); |
| 51 | } |
| 52 | } |
nothing calls this directly
no test coverage detected