MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / willDie

Method willDie

code/main/DesertBird.ts:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 2

foundGridOrEqItemMethod · 0.80
getQuestMethod · 0.80

Tested by

no test coverage detected