()
| 909 | } |
| 910 | |
| 911 | private drawSpecialInstruction(): void{ |
| 912 | if(this.specialInstruction != null){ |
| 913 | this.renderArea.drawString(this.specialInstruction, this.realQuestPosition.x, this.realQuestPosition.y-1); |
| 914 | this.renderArea.addBold(this.realQuestPosition.x, this.realQuestPosition.x + this.specialInstruction.length, this.realQuestPosition.y-1); |
| 915 | } |
| 916 | } |
| 917 | |
| 918 | private getMagicCountdownTime(): number{ |
| 919 | var time: number = 0; |
no test coverage detected