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

Method isLollipopFarmProductionEachSecond

code/main/Game.ts:283–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 }
282
283 private isLollipopFarmProductionEachSecond(): boolean{
284 if(Saving.loadNumber("lollipopFarmLollipopsPlanted") > 20){
285 return true;
286 }
287
288 return false;
289 }
290
291 public load(): void{
292 // Resources

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected