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

Method castPlayerTimeSlowing

code/main/Quest.ts:492–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 public castPlayerTimeSlowing(): void{
493 // We invert questSlowedDown
494 this.getGame().setQuestSlowedDown(!this.getGame().getQuestSlowedDown());
495 }
496
497 public castPlayerXPotion(): void{
498 this.getGame().goToYourself();

Callers

nothing calls this directly

Calls 3

setQuestSlowedDownMethod · 0.80
getQuestSlowedDownMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected