()
| 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(); |
nothing calls this directly
no test coverage detected