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

Method willDie

code/main/Sponge.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 // willDie()
33 public willDie(): void{
34 super.willDie();
35 this.getQuest().foundGridOrEqItem(new QuestItemFound(this.getQuest(), "gridItemPossessedSponge", "You found a sponge.", "You gain a sponge."));
36 }
37}

Callers

nothing calls this directly

Calls 2

foundGridOrEqItemMethod · 0.80
getQuestMethod · 0.80

Tested by

no test coverage detected