()
| 147 | } |
| 148 | |
| 149 | public castPlayerAntiGravityPotion(): void{ |
| 150 | this.getGame().getPlayer().beginAntiGravity((this.getGame().isEquipped("hat", "eqItemHatSorceressHat")? 50 : 30)); |
| 151 | this.getGame().getQuestLog().addMessage(new QuestLogMessage("You drink an anti gravity potion!")); |
| 152 | } |
| 153 | |
| 154 | public castPlayerBlackDemons(): void{ |
| 155 | // X position where the demons will start |
nothing calls this directly
no test coverage detected