()
| 440 | } |
| 441 | |
| 442 | public castPlayerTurtlePotion(): void{ |
| 443 | this.getGame().getPlayer().beginTurtle((this.getGame().isEquipped("hat", "eqItemHatSorceressHat")? 120 : 80)); |
| 444 | this.getGame().getQuestLog().addMessage(new QuestLogMessage("You drink a turtle potion!")); |
| 445 | } |
| 446 | |
| 447 | public castPlayerSqueeze(): void{ |
| 448 | if(this.getGame().getPlayer().getQuestEntityMovement() != null) |
nothing calls this directly
no test coverage detected