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

Method oneSecondMethod

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

Source from the content-addressed store, hash-verified

793 }
794
795 private oneSecondMethod(): void{
796 // Our methods
797 this.player.magicHealthRegain();
798 this.handleCandiesProduction();
799 this.handleLollipopProduction();
800 this.handlePondConversion();
801 this.localAutosave();
802
803 // Special place callbacks
804 this.oneSecondCallbackCollection.fire();
805 }
806
807 private resetHotkeys(): void{
808 this.hotkeys = {};

Callers

nothing calls this directly

Calls 6

handlePondConversionMethod · 0.95
localAutosaveMethod · 0.95
magicHealthRegainMethod · 0.80
fireMethod · 0.65

Tested by

no test coverage detected