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

Method okayStopTickling

code/main/Dragon.ts:123–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 private okayStopTickling(): void{
124 if(this.step == DragonStep.STOP_TICKLING){
125 // Change the step
126 this.step = DragonStep.TALKING;
127 // Set the bool
128 Saving.saveBool("dragonDone", true);
129 // Update
130 this.update();
131 this.getGame().updatePlace();
132 }
133 }
134
135 private update(): void{
136 // Erase everything

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected