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

Method getPogoStick

code/main/Moutains.ts:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 // Private methods
21 private getPogoStick(): void{
22 // Get the pogo stick
23 this.getGame().gainItem("gridItemPossessedPogoStick");
24
25 // Update
26 this.update();
27 this.getGame().updatePlace();
28 }
29
30 private update(): void{
31 // Erase everything

Callers

nothing calls this directly

Calls 4

updateMethod · 0.95
gainItemMethod · 0.80
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected