()
| 30 | |
| 31 | // willDie() |
| 32 | public willDie(): void{ |
| 33 | super.willDie(); |
| 34 | this.getQuest().foundGridOrEqItem(new QuestItemFound(this.getQuest(), "gridItemPossessedFeather", "You found a desert bird feather!", "You gain a desert bird feather")); |
| 35 | } |
| 36 | } |
nothing calls this directly
no test coverage detected