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

Method willDie

code/main/DeveloperEntity.ts:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85 // willDie()
86 public willDie(): void{
87 this.getQuest().getGame().getQuestLog().addMessage(new QuestLogMessage(this.getDeathMessage() + " (and found " + Algo.pluralFormat(this.getQuest().foundCandies(6000000), " candy", " candies") + ")", this.getQuest().getCandiesFoundMessage()));
88 this.getQuest().foundGridOrEqItem(new QuestItemFound(this.getQuest(), "gridItemPossessedY", "You found a strange stone.", "You gain a strange stone."));
89 }
90
91 // Public methods
92 public addMagicBall(finalPosition: Pos, damage: number, timeToLive: number, colorType: ColorType): void{

Callers

nothing calls this directly

Calls 8

addMessageMethod · 0.80
getQuestLogMethod · 0.80
getQuestMethod · 0.80
getDeathMessageMethod · 0.80
foundGridOrEqItemMethod · 0.80
getGameMethod · 0.45
foundCandiesMethod · 0.45

Tested by

no test coverage detected